|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
com.sun.xml.wss.impl.callback.SignatureKeyCallback.AliasPrivKeyCertRequest
public static class SignatureKeyCallback.AliasPrivKeyCertRequest
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 | |
|---|---|
SignatureKeyCallback.AliasPrivKeyCertRequest(java.lang.String alias)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Get the alias stored in this Request. |
| Methods inherited from class com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest |
|---|
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureKeyCallback.AliasPrivKeyCertRequest(java.lang.String alias)
alias - java.lang.String representing the alias of
the PrivateKey to be used for Signature calculation.| Method Detail |
|---|
public java.lang.String getAlias()
java.lang.String representing the alias of the PrivateKey
to be used for Signature calculation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||