Package com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
- All Implemented Interfaces:
DecryptionKeyCallback.Request
- Enclosing class:
- DecryptionKeyCallback
public static class DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
extends DecryptionKeyCallback.PrivateKeyRequest
A Callback initialized with this request should be handled if the
private key to be used for decryption is to be retrieved given the PublicKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the PublicKey stored in this Request.Methods inherited from class com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
getPrivateKey, setPrivateKey
-
Constructor Details
-
PublicKeyBasedPrivKeyRequest
Constructor.- Parameters:
publicKey-java.security.PublicKey.
-
-
Method Details
-
getPublicKey
Get the PublicKey stored in this Request.- Returns:
java.security.PublicKey.
-