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.

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.