|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
public abstract static class DecryptionKeyCallback.PrivateKeyRequest
CallBackHandler handling this request should set the private key to be used for decryption on the request.
| Constructor Summary | |
|---|---|
DecryptionKeyCallback.PrivateKeyRequest()
|
|
| Method Summary | |
|---|---|
java.security.PrivateKey |
getPrivateKey()
Get the PrivateKey. |
void |
setPrivateKey(java.security.PrivateKey privateKey)
Set the PrivateKey to be used for Decryption. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecryptionKeyCallback.PrivateKeyRequest()
| Method Detail |
|---|
public void setPrivateKey(java.security.PrivateKey privateKey)
privateKey - java.security.PrivateKeypublic java.security.PrivateKey getPrivateKey()
java.security.PrivateKey object set on this request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||