public class CertificateEncryptionIdentity extends Object implements Serializable
Certificate information is set by creating a Recipient object,
invoking its setX509Cert method
and passing the Recipient object to this object's
setRecipient method.
| Constructor and Description |
|---|
CertificateEncryptionIdentity()
A standard constructor that creates a
CertificateEncryptionIdentity object. |
| Modifier and Type | Method and Description |
|---|---|
List<CertificateEncryptionPermissions> |
getPerms()
Returns a list of permissions that are associated with this object.
|
Recipient |
getRecipient()
Retrieves the recipient that is associated with this object.
|
void |
setPerms(List<CertificateEncryptionPermissions> perms)
Sets the permissions to add a certificate-encryted PDF document.
|
void |
setRecipient(Recipient recipient)
Sets the recipient that is associated with this object.
|
String |
toString()
Converts this object to a string.
|
public CertificateEncryptionIdentity()
CertificateEncryptionIdentity object.public List<CertificateEncryptionPermissions> getPerms()
java.util.List object that contains a list of permissions. Each element is a
CertificateEncryptionPermissions enumeration value.public void setPerms(List<CertificateEncryptionPermissions> perms)
perms - A java.util.List object that contains a list of permissions. Each element is a
CertificateEncryptionPermissions enumeration value.public String toString()
public Recipient getRecipient()
Recipient object that represents the recipient.public void setRecipient(Recipient recipient)
recipient - A Recipient object that represents the recipient.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.