Class XMLSignatureElement.KeyValueKeySelector
java.lang.Object
javax.xml.crypto.KeySelector
es.uji.crypto.xades.jxades.security.xml.XMLSignatureElement.KeyValueKeySelector
- Enclosing class:
XMLSignatureElement
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.xml.crypto.KeySelector
KeySelector.Purpose
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
select
(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) Methods inherited from class javax.xml.crypto.KeySelector
singletonKeySelector
-
Constructor Details
-
KeyValueKeySelector
private KeyValueKeySelector()
-
-
Method Details
-
select
public KeySelectorResult select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) throws KeySelectorException - Specified by:
select
in classKeySelector
- Throws:
KeySelectorException
-
algEquals
-