com.adobe.livecycle.encryption.client
Class EncryptionType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.encryption.client.EncryptionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class EncryptionType
extends java.lang.Enum

An enumeration value that represents the encryption type. To see this enumeration value used in a code example, see the Determining encryption type using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static EncryptionType CERTIFICATE
          The PDF document is encypted with certificate-based encryption.
static EncryptionType NONE
          The PDF document is not encrypted.
static EncryptionType OTHER
          The PDF document is encypted with another form of encryption.
static EncryptionType PASSWORD
          The PDF document is encypted with a password.
static EncryptionType POLICY_SERVER
          The PDF document is encypted with a policy that was created by the Rights Management service.
 
Method Summary
static EncryptionType valueOf(java.lang.String name)
           
static EncryptionType[] 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

PASSWORD

public static final EncryptionType PASSWORD
The PDF document is encypted with a password.


POLICY_SERVER

public static final EncryptionType POLICY_SERVER
The PDF document is encypted with a policy that was created by the Rights Management service.


CERTIFICATE

public static final EncryptionType CERTIFICATE
The PDF document is encypted with certificate-based encryption.


OTHER

public static final EncryptionType OTHER
The PDF document is encypted with another form of encryption.


NONE

public static final EncryptionType NONE
The PDF document is not encrypted.

Method Detail

values

public static EncryptionType[] values()

valueOf

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


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