|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.encryption.client.Recipient
public class Recipient
Represents the recipient that is used to encrypt a PDF document with a certificate. A certificate can be a .cer file, a .crt file, or a .pem file. A PKCS#12 file is used to store private keys with corresponding certificates. To see an object of this type used in a code example, see the Encrypting a PDF document with a certificate using the Java API quick start in Programming with Adobe Experience Manager forms.
Constructor Summary | |
---|---|
Recipient()
A constructor that creates a Recipient object. |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Retrieves a string value that specifies an alias value that corresponds to the certifiicate used to encrypt a PDF document. |
java.lang.String |
getLdapURI()
Retrieves the URI of the LDAP that corresponds to the recipient. |
Document |
getX509Cert()
Retrieves the certificate used to encrypt a PDF document. |
void |
setAlias(java.lang.String alias)
Sets the alias value that corresponds to the certifiicate used to encrypt a PDF document. |
void |
setLdapURI(java.lang.String ldapURI)
Sets the URI of the LDAP that corresponds to the recipient. |
void |
setX509Cert(Document cert)
Sets the certificate used to encrypt a PDF document. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Recipient()
Recipient
object.
Method Detail |
---|
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias
- A string value that specifies an alias value.public Document getX509Cert()
Document
object that contains the certificate used to encrypt a PDF document.public void setX509Cert(Document cert)
cert
- A Document
object that contains the certificate used to encrypt a PDF document.public java.lang.String getLdapURI()
public void setLdapURI(java.lang.String ldapURI)
ldapURI
- A stirng value that specifies the URI of the LDAP that corresponds to the recipient.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |