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.
|
Method Summary |
String |
getAlias()
Get the alias stored in this Request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureKeyCallback.AliasPrivKeyCertRequest
public SignatureKeyCallback.AliasPrivKeyCertRequest(String alias)
- Constructor.
- Parameters:
alias - java.lang.String representing the alias of
the PrivateKey to be used for Signature calculation.
getAlias
public String getAlias()
- Get the alias stored in this Request.
- Returns:
java.lang.String representing the alias of the PrivateKey
to be used for Signature calculation.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.