Oracle

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://edocs.bea.com/wls/docs103
Copyright 2008 Oracle