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

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.SymmetricKeyRequest
      extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasSymmetricKeyRequest
All Implemented Interfaces:
EncryptionKeyCallback.Request
Enclosing class:
EncryptionKeyCallback

public static class EncryptionKeyCallback.AliasSymmetricKeyRequest
extends EncryptionKeyCallback.SymmetricKeyRequest

A CallbackHandler handling an instance of this request should make sure that a symmetric key alias must be set on the request.


Constructor Summary
EncryptionKeyCallback.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.EncryptionKeyCallback.SymmetricKeyRequest
getSymmetricKey, setSymmetricKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionKeyCallback.AliasSymmetricKeyRequest

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

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

getAlias

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

Returns:
java.lang.String - alias of the SymmetricKey


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