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 the javax.crypto.SecretKey
|
Method Summary |
String |
getAlias()
Get the alias stored in this Request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecryptionKeyCallback.AliasSymmetricKeyRequest
public DecryptionKeyCallback.AliasSymmetricKeyRequest(String alias)
- Constructor.
- Parameters:
alias - java.lang.String representing the alias of the
SymmetircKey to be used for Decryption.
getAlias
public String getAlias()
- Get the alias stored in this Request.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.