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 Constructor Description AliasPrivKeyCertRequest(String alias)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get the alias stored in this Request.-
Methods inherited from class com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate
-
-
-
-
Constructor Detail
-
AliasPrivKeyCertRequest
public AliasPrivKeyCertRequest(String alias)
Constructor.- Parameters:
alias-java.lang.Stringrepresenting the alias of the PrivateKey to be used for Signature calculation.
-
-
Method Detail
-
getAlias
public String getAlias()
Get the alias stored in this Request.- Returns:
java.lang.Stringrepresenting the alias of the PrivateKey to be used for Signature calculation.
-
-