Package 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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the SymmetricKey stored in this Request.voidsetSymmetricKey(SecretKey symmetricKey) Constructor.
-
Constructor Details
-
SymmetricKeyRequest
protected SymmetricKeyRequest()
-
-
Method Details
-
setSymmetricKey
Constructor.- Parameters:
symmetricKey-javax.crypto.SecretKeyto be used for Decryption.
-
getSymmetricKey
Get the SymmetricKey stored in this Request.- Returns:
javax.crypto.SecretKey
-