Class XMLSignatureElement.KeyValueKeySelector
- java.lang.Object
-
- javax.xml.crypto.KeySelector
-
- es.uji.crypto.xades.jxades.security.xml.XMLSignatureElement.KeyValueKeySelector
-
- Enclosing class:
- XMLSignatureElement
private static class XMLSignatureElement.KeyValueKeySelector extends javax.xml.crypto.KeySelector
-
-
Constructor Summary
Constructors Modifier Constructor Description privateKeyValueKeySelector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static booleanalgEquals(java.lang.String algURI, java.lang.String algName)javax.xml.crypto.KeySelectorResultselect(javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo, javax.xml.crypto.KeySelector.Purpose purpose, javax.xml.crypto.AlgorithmMethod method, javax.xml.crypto.XMLCryptoContext context)
-
-
-
Method Detail
-
select
public javax.xml.crypto.KeySelectorResult select(javax.xml.crypto.dsig.keyinfo.KeyInfo keyInfo, javax.xml.crypto.KeySelector.Purpose purpose, javax.xml.crypto.AlgorithmMethod method, javax.xml.crypto.XMLCryptoContext context) throws javax.xml.crypto.KeySelectorException- Specified by:
selectin classjavax.xml.crypto.KeySelector- Throws:
javax.xml.crypto.KeySelectorException
-
algEquals
static boolean algEquals(java.lang.String algURI, java.lang.String algName)
-
-