Uses of Class
javax.xml.crypto.KeySelector
Packages that use KeySelector
Package
Description
Common classes for XML cryptography.
DOM-specific classes for the
javax.xml.crypto
package.DOM-specific classes for the
javax.xml.crypto.dsig
package.-
Uses of KeySelector in javax.xml.crypto
Methods in javax.xml.crypto that return KeySelectorModifier and TypeMethodDescriptionXMLCryptoContext.getKeySelector()
Returns the key selector for finding a key.static KeySelector
KeySelector.singletonKeySelector
(Key key) Returns aKeySelector
that always selects the specified key, regardless of theKeyInfo
passed to it.Methods in javax.xml.crypto with parameters of type KeySelectorModifier and TypeMethodDescriptionvoid
XMLCryptoContext.setKeySelector
(KeySelector ks) Sets the key selector for finding a key. -
Uses of KeySelector in javax.xml.crypto.dom
Methods in javax.xml.crypto.dom that return KeySelectorMethods in javax.xml.crypto.dom with parameters of type KeySelector -
Uses of KeySelector in javax.xml.crypto.dsig.dom
Constructors in javax.xml.crypto.dsig.dom with parameters of type KeySelectorModifierConstructorDescriptionDOMSignContext
(KeySelector ks, Node parent) Creates aDOMSignContext
with the specified key selector and parent node.DOMSignContext
(KeySelector ks, Node parent, Node nextSibling) Creates aDOMSignContext
with the specified key selector, parent and next sibling nodes.DOMValidateContext
(KeySelector ks, Node node) Creates aDOMValidateContext
containing the specified key selector and node.