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

java.lang.Object
  extended by 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 java.lang.Object
implements DecryptionKeyCallback.Request

Request for a symmetric key to be used for decryption.


Constructor Summary
DecryptionKeyCallback.SymmetricKeyRequest()
           
 
Method Summary
 javax.crypto.SecretKey getSymmetricKey()
          Get the SymmetricKey stored in this Request.
 void setSymmetricKey(javax.crypto.SecretKey symmetricKey)
          Constructor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptionKeyCallback.SymmetricKeyRequest

public DecryptionKeyCallback.SymmetricKeyRequest()
Method Detail

setSymmetricKey

public void setSymmetricKey(javax.crypto.SecretKey symmetricKey)
Constructor.

Parameters:
symmetricKey - javax.crypto.SecretKey to be used for Decryption.

getSymmetricKey

public javax.crypto.SecretKey getSymmetricKey()
Get the SymmetricKey stored in this Request.

Returns:
javax.crypto.SecretKey


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