com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.AliasSymmetricKeyRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest
      extended by 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


Constructor Summary
DecryptionKeyCallback.AliasSymmetricKeyRequest(java.lang.String alias)
          Constructor.
 
Method Summary
 java.lang.String getAlias()
          Get the alias stored in this Request.
 
Methods inherited from class com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest
getSymmetricKey, setSymmetricKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptionKeyCallback.AliasSymmetricKeyRequest

public DecryptionKeyCallback.AliasSymmetricKeyRequest(java.lang.String alias)
Constructor.

Parameters:
alias - java.lang.String representing the alias of the SymmetircKey to be used for Decryption.
Method Detail

getAlias

public java.lang.String getAlias()
Get the alias stored in this Request.



Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.