com.adobe.livecycle.encryption.client
Class CertificateEncryptionOption
java.lang.Object
java.lang.Enum
com.adobe.livecycle.encryption.client.CertificateEncryptionOption
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class CertificateEncryptionOption
- extends java.lang.Enum
An enumeration value that represents the PDF document resources to encrypt. You can
encrypt the entire PDF document, everything except for the document's metadata, or just
the document's attachments. This enumeration value is passed to the
CertificateEncryptionOptionSpec
object's setOption
method.
To see this enumeration value 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ALL
public static final CertificateEncryptionOption ALL
- Encrypts the entire PDF document.
ALL_EXCEPT_METADATA
public static final CertificateEncryptionOption ALL_EXCEPT_METADATA
- Encrypts the entire PDF document except for the metadata.
ATTACHMENTS_ONLY
public static final CertificateEncryptionOption ATTACHMENTS_ONLY
- Encrypts only the document's attachments.
values
public static CertificateEncryptionOption[] values()
valueOf
public static CertificateEncryptionOption valueOf(java.lang.String name)