Package com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.DecryptionKeyCallback
- All Implemented Interfaces:
Callback
CallBack implementation for decryption key.
- Author:
- XWS-Security Team
-
Nested Class Summary
Nested ClassesModifier 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 interfacestatic 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. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
DecryptionKeyCallback
-
-
Method Details
-
getRequest
-