com.adobe.livecycle.encryption.client
Class XMLEncryptionIdentity
java.lang.Object
com.adobe.livecycle.encryption.client.XMLEncryptionIdentity
- All Implemented Interfaces:
- EncryptionIdentity, java.io.Serializable
public class XMLEncryptionIdentity
- extends java.lang.Object
- implements EncryptionIdentity
This class represents the recipient of the encrypted xml document along with
associated options.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLEncryptionIdentity
public XMLEncryptionIdentity(Recipient recp,
XMLEncryptionOptionSpec optionSpec)
- Parameters:
recp
- A Recipient
representing the recipientoptionSpec
- A XMLEncryptionOptionSpec
representing the encryption options
getOptionSpec
public XMLEncryptionOptionSpec getOptionSpec()
getRecipient
public Recipient getRecipient()
- Specified by:
getRecipient
in interface EncryptionIdentity
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object