|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.encryption.client.EncryptionType
public final class EncryptionType
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 Adobe Experience Manager forms.
| 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 |
|---|
public static final EncryptionType PASSWORD
public static final EncryptionType POLICY_SERVER
public static final EncryptionType CERTIFICATE
public static final EncryptionType OTHER
public static final EncryptionType NONE
| Method Detail |
|---|
public static EncryptionType[] values()
public static EncryptionType valueOf(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||