|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.EncryptionKeyCallback.SymmetricKeyRequest
public abstract static class EncryptionKeyCallback.SymmetricKeyRequest
A CallbackHandler handling an instance of this request should make sure that a symmetric key must be set on the request.
| Constructor Summary | |
|---|---|
EncryptionKeyCallback.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 EncryptionKeyCallback.SymmetricKeyRequest()
| Method Detail |
|---|
public void setSymmetricKey(javax.crypto.SecretKey symmetricKey)
symmetricKey - javax.crypto.SecretKey representing the
SymmetricKey to be used for Encryption.public javax.crypto.SecretKey getSymmetricKey()
javax.crypto.SecretKey.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||