Uses of Interface
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.Request
Packages that use DecryptionKeyCallback.Request
-
Uses of DecryptionKeyCallback.Request in com.sun.xml.wss.impl.callback
Classes in com.sun.xml.wss.impl.callback that implement DecryptionKeyCallback.RequestModifier and TypeClassDescriptionstatic classGiven an alias get thejavax.crypto.SecretKeystatic classCallBackHandler handling this request should set the private key to be used for decryption on the request.static classA Callback initialized with this request should be handled if the private key to be used for decryption is to be retrieved given the PublicKeystatic classRequest for a symmetric key to be used for decryption.static classRequest for a private key when the X.509 Thumb print value for a corresponding X.509 Certificate is given.static classRequest for a private key when a corresponding X.509 Certificate is given.static classRequest for a private key when the Issuer Name and Serial Number values for a corresponding X.509 Certificate are given.static classRequest for a private key when the X.509 Subject Key Identifier value for a corresponding X.509 Certificate is given.Methods in com.sun.xml.wss.impl.callback that return DecryptionKeyCallback.RequestConstructors in com.sun.xml.wss.impl.callback with parameters of type DecryptionKeyCallback.Request