Package com.sun.xml.wss.impl.callback
Class SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
java.lang.Object
com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
com.sun.xml.wss.impl.callback.SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
- All Implemented Interfaces:
SignatureKeyCallback.Request
- Enclosing class:
- SignatureKeyCallback
public static class SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
extends SignatureKeyCallback.PrivKeyCertRequest
A Callback initialized with this request should be handled if the
private key to be used for signing 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.SignatureKeyCallback.PrivKeyCertRequest
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate
-
Constructor Details
-
PublicKeyBasedPrivKeyCertRequest
Constructor.- Parameters:
publicKey-java.security.PublicKey.
-
-
Method Details
-
getPublicKey
Get the PublicKey stored in this Request.- Returns:
java.security.PublicKey.
-