|
||||||||||
| 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
public abstract static class SignatureKeyCallback.PrivKeyCertRequest
A CallbackHandler handling an instance of this request should make sure that a private key and a corresponding X.509 certificate must be set on the request.
| Constructor Summary | |
|---|---|
SignatureKeyCallback.PrivKeyCertRequest()
|
|
| Method Summary | |
|---|---|
PrivateKey |
getPrivateKey()
Get the PrivateKey stored in this Request. |
X509Certificate |
getX509Certificate()
Get the X509Certificate stored in this Request. |
void |
setPrivateKey(PrivateKey privateKey)
Set the Private Key used for Signature Calculation. |
void |
setX509Certificate(X509Certificate certificate)
Set the X509Certificate used for Signature verification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureKeyCallback.PrivKeyCertRequest()
| Method Detail |
|---|
public void setPrivateKey(PrivateKey privateKey)
privateKey - java.security.PrivateKey representing the
PrivateKey to be used for Signature value calculation.public PrivateKey getPrivateKey()
java.security.PrivateKey - PrivateKey to be used for
Signature value calculation.public void setX509Certificate(X509Certificate certificate)
certificate - java.security.X509Certificate to be
used for Signature Verification.public X509Certificate getX509Certificate()
java.security.X509Certificate - X509Certificate
to be used for Signature Verification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||