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 Constructor Description PublicKeyBasedPrivKeyRequest(PublicKey publicKey)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicKeygetPublicKey()Get the PublicKey stored in this Request.-
Methods inherited from class com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
getPrivateKey, setPrivateKey
-
-
-
-
Constructor Detail
-
PublicKeyBasedPrivKeyRequest
public PublicKeyBasedPrivKeyRequest(PublicKey publicKey)
Constructor.- Parameters:
publicKey-java.security.PublicKey.
-
-
Method Detail
-
getPublicKey
public PublicKey getPublicKey()
Get the PublicKey stored in this Request.- Returns:
java.security.PublicKey.
-
-