public class CertificateEncryptionOptionSpec extends Object implements Serializable
| Constructor and Description |
|---|
CertificateEncryptionOptionSpec() |
| Modifier and Type | Method and Description |
|---|---|
CertificateEncryptionCompatibility |
getCompat()
Specifies the earliest version of Acrobat for which the encryption is compatible.
|
CertificateEncryptionOption |
getOption()
Gets the PDF document resources to encrypt as a
CertificateEncryptionOption enumeration value. |
void |
setCompat(CertificateEncryptionCompatibility compat)
Sets the version compatibility to use when encrypting a PDF document with a
certificate.
|
void |
setOption(CertificateEncryptionOption option)
Sets the PDF document resources to encrypt as a
CertificateEncryptionOption enumeration value. |
public CertificateEncryptionCompatibility getCompat()
CertificateEncryptionCompatibility enumeration value that
specifies the earliest version of Acrobat for which the encryption is compatible.public void setCompat(CertificateEncryptionCompatibility compat)
compat - A CertificateEncryptionCompatibility enumeration value that
specifies the earliest version of Acrobat for which the encryption is compatible.public CertificateEncryptionOption getOption()
CertificateEncryptionOption enumeration value.CertificateEncryptionOption enumeration value that specifies the PDF document resources to encrypt.public void setOption(CertificateEncryptionOption option)
CertificateEncryptionOption enumeration value.option - A CertificateEncryptionOption enumeration value that specifies the PDF document resources to encrypt.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.