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 Constructor Description PublicKeyBasedRequest(PublicKey pk)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicKey
getPublicKey()
Get the PublicKey stored in this Request.-
Methods inherited from class com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
-
-
-
-
Constructor Detail
-
PublicKeyBasedRequest
public PublicKeyBasedRequest(PublicKey pk)
Constructor.- Parameters:
pk
-java.security.PublicKey
representing the PublicKey to be used for Encryption.
-
-
Method Detail
-
getPublicKey
public PublicKey getPublicKey()
Get the PublicKey stored in this Request.- Returns:
java.security.PublicKey
-
-