|
||||||||||
| 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.SymmetricKeyRequest
public abstract static class DecryptionKeyCallback.SymmetricKeyRequest
Request for a symmetric key to be used for decryption.
| Constructor Summary | |
|---|---|
DecryptionKeyCallback.SymmetricKeyRequest()
|
|
| Method Summary | |
|---|---|
javax.crypto.SecretKey |
getSymmetricKey()
Get the SymmetricKey stored in this Request. |
void |
setSymmetricKey(javax.crypto.SecretKey symmetricKey)
Constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecryptionKeyCallback.SymmetricKeyRequest()
| Method Detail |
|---|
public void setSymmetricKey(javax.crypto.SecretKey symmetricKey)
symmetricKey - javax.crypto.SecretKey
to be used for Decryption.public javax.crypto.SecretKey getSymmetricKey()
javax.crypto.SecretKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||