public class EncryptionTypeResult extends Object implements Serializable
DocAssuranceService 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.| Modifier and Type | Field and Description |
|---|---|
EncryptionType |
encryptionType
Specifies the encryption type.
|
| Constructor and Description |
|---|
EncryptionTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionType |
getEncryptionType()
Returns the type of encryption that is securing the document.
|
public EncryptionType encryptionType
public EncryptionType getEncryptionType()
EncryptionType enumeration value that represents the encryption type.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.