Package com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.AliasSymmetricKeyRequest
- java.lang.Object
-
- com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest
-
- com.sun.xml.wss.impl.callback.DecryptionKeyCallback.AliasSymmetricKeyRequest
-
- All Implemented Interfaces:
DecryptionKeyCallback.Request
- Enclosing class:
- DecryptionKeyCallback
public static class DecryptionKeyCallback.AliasSymmetricKeyRequest extends DecryptionKeyCallback.SymmetricKeyRequest
Given an alias get thejavax.crypto.SecretKey
-
-
Constructor Summary
Constructors Constructor Description AliasSymmetricKeyRequest(String alias)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get the alias stored in this Request.-
Methods inherited from class com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest
getSymmetricKey, setSymmetricKey
-
-