Uses of Class
javax.xml.crypto.KeySelector.Purpose
Packages that use KeySelector.Purpose
- 
Uses of KeySelector.Purpose in javax.xml.cryptoFields in javax.xml.crypto declared as KeySelector.PurposeModifier and TypeFieldDescriptionstatic KeySelector.PurposeKeySelector.Purpose.DECRYPTA key for decrypting.static KeySelector.PurposeKeySelector.Purpose.ENCRYPTA key for encrypting.static KeySelector.PurposeKeySelector.Purpose.SIGNA key for signing.static KeySelector.PurposeKeySelector.Purpose.VERIFYA key for verifying.Methods in javax.xml.crypto with parameters of type KeySelector.PurposeModifier and TypeMethodDescriptionabstract KeySelectorResultKeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)Attempts to find a key that satisfies the specified constraints.