com.adobe.livecycle.encryption.client
Class XMLEncryptionTarget
java.lang.Object
com.adobe.livecycle.encryption.client.XMLEncryptionTarget
- All Implemented Interfaces:
- java.io.Serializable
public class XMLEncryptionTarget
- extends java.lang.Object
- implements java.io.Serializable
This class identifies the section of the xml to be encrypted.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLEncryptionTarget
public XMLEncryptionTarget(java.lang.String path,
java.lang.String id)
- Parameters:
path
- XPath representing the xml sectionid
- The identifier of the xml section post encryption
getId
public java.lang.String getId()
getXPath
public java.lang.String getXPath()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object