Package com.sun.xml.wss.impl.callback
Class EncryptionKeyCallback.PublicKeyBasedRequest
java.lang.Object
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
com.sun.xml.wss.impl.callback.EncryptionKeyCallback.PublicKeyBasedRequest
- All Implemented Interfaces:
EncryptionKeyCallback.Request
- Enclosing class:
- EncryptionKeyCallback
public static class EncryptionKeyCallback.PublicKeyBasedRequest
extends EncryptionKeyCallback.X509CertificateRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the PublicKey stored in this Request.Methods inherited from class com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
-
Constructor Details
-
PublicKeyBasedRequest
Constructor.- Parameters:
pk-java.security.PublicKeyrepresenting the PublicKey to be used for Encryption.
-
-
Method Details
-
getPublicKey
Get the PublicKey stored in this Request.- Returns:
java.security.PublicKey
-