com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.SymmetricKeyRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest
- All Implemented Interfaces:
- DecryptionKeyCallback.Request
- Direct Known Subclasses:
- DecryptionKeyCallback.AliasSymmetricKeyRequest
- Enclosing class:
- DecryptionKeyCallback
public abstract static class DecryptionKeyCallback.SymmetricKeyRequest
- extends Object
- implements DecryptionKeyCallback.Request
Request for a symmetric key to be used for decryption.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecryptionKeyCallback.SymmetricKeyRequest
public DecryptionKeyCallback.SymmetricKeyRequest()
setSymmetricKey
public void setSymmetricKey(SecretKey symmetricKey)
- Constructor.
- Parameters:
symmetricKey - javax.crypto.SecretKey
to be used for Decryption.
getSymmetricKey
public SecretKey getSymmetricKey()
- Get the SymmetricKey stored in this Request.
- Returns:
javax.crypto.SecretKey
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.