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 Object
implements DecryptionKeyCallback.Request

Request for a symmetric key to be used for decryption.


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

Constructor Detail

DecryptionKeyCallback.SymmetricKeyRequest

public DecryptionKeyCallback.SymmetricKeyRequest()
Method Detail

setSymmetricKey

public void setSymmetricKey(SecretKey symmetricKey)
Constructor.

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

getSymmetricKey

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

Returns:
javax.crypto.SecretKey


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.