|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.encryption.client.EncryptionTypeResult
public class EncryptionTypeResult
Represents the type of encryption that is used to secure a PDF document.
An object of this type is returned by the
EncryptionServiceClient object's
getPDFEncryption()
method.
The following are valid encryption type values:
PASSWORD The PDF document is secured with a password. POLICY_SERVER The PDF document is secured with a Rights Management policy. CERTIFICATE The PDF document is secured with certificate-based encryption. OTHER The PDF document is secured with another type of encryption. NONE The PDF document is not encrypted.To see an object of this type 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 | |
|---|---|
EncryptionType |
encryptionType
Specifies the encryption type. |
| Constructor Summary | |
|---|---|
EncryptionTypeResult()
|
|
| Method Summary | |
|---|---|
EncryptionType |
getEncryptionType()
Returns the type of encryption that is securing the document. |
void |
setEncryptionType(EncryptionType encryptionType)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public EncryptionType encryptionType
| Constructor Detail |
|---|
public EncryptionTypeResult()
| Method Detail |
|---|
public EncryptionType getEncryptionType()
EncryptionType enumeration value that represents the encryption type.public void setEncryptionType(EncryptionType encryptionType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||