Package com.sun.xml.wss.impl.callback
Class SignatureKeyCallback.AliasPrivKeyCertRequest
java.lang.Object
com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
com.sun.xml.wss.impl.callback.SignatureKeyCallback.AliasPrivKeyCertRequest
- All Implemented Interfaces:
SignatureKeyCallback.Request
- Enclosing class:
- SignatureKeyCallback
public static class SignatureKeyCallback.AliasPrivKeyCertRequest
extends SignatureKeyCallback.PrivKeyCertRequest
A Callback initialized with this request should be handled if the
private key to be used for signing is mapped to some alias.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate
-
Constructor Details
-
AliasPrivKeyCertRequest
Constructor.- Parameters:
alias-java.lang.Stringrepresenting the alias of the PrivateKey to be used for Signature calculation.
-
-
Method Details
-
getAlias
Get the alias stored in this Request.- Returns:
java.lang.Stringrepresenting the alias of the PrivateKey to be used for Signature calculation.
-