public interface EncryptionInfo
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Key getKey()
List getNodes()