BEA Systems, Inc.

weblogic.xml.crypto.wss
Interface EncryptionInfo


public interface EncryptionInfo


Method Summary
 Key getKey()
          Returns the Key the EncryptedData corresponding to this EncryptionInfo was encrypted with.
 List getNodes()
          Returns a List of org.w3c.dom.Node objects resulting from decrypting the EncryptedData element corresponding to this EncryptionInfo.
 

Method Detail

getKey

Key getKey()
Returns the Key the EncryptedData corresponding to this EncryptionInfo was encrypted with.

Returns:
The encryption Key.

getNodes

List getNodes()
Returns a List of org.w3c.dom.Node objects resulting from decrypting the EncryptedData element corresponding to this EncryptionInfo.

Returns:
The List of Nodes.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.