com.adobe.livecycle.encryption.client
Class CertificateEncryptionOption

java.lang.Object
  extended by java.lang.Enum
      extended by 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 LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static CertificateEncryptionOption ALL
          Encrypts the entire PDF document.
static CertificateEncryptionOption ALL_EXCEPT_METADATA
          Encrypts the entire PDF document except for the metadata.
static CertificateEncryptionOption ATTACHMENTS_ONLY
          Encrypts only the document's attachments.
 
Method Summary
static CertificateEncryptionOption valueOf(java.lang.String name)
           
static CertificateEncryptionOption[] values()
           
 
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
 

Field Detail

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.

Method Detail

values

public static CertificateEncryptionOption[] values()

valueOf

public static CertificateEncryptionOption valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]