|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.encryption.client.CertificateEncryptionOptionSpec
public class CertificateEncryptionOptionSpec
Specifies encryption preferences that are used when encrypting a PDF document with a certificate. Using this object, you can specify whether to encrypt the entire PDF document, everything except for the documents metadata, or just the documents attachments. Also, you can specify the Acrobat version that is compatiable with the encrypted PDF document.
To see an object of this type used in a code example, see the Encrypting a PDF document with a certificate using the Java API quick start in Programming with Adobe Experience Manager forms.
Constructor Summary | |
---|---|
CertificateEncryptionOptionSpec()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateEncryptionOptionSpec()
Method Detail |
---|
public CertificateEncryptionCompatibility getCompat()
CertificateEncryptionCompatibility
enumeration value that
specifies the earliest version of Acrobat for which the encryption is compatible.public void setCompat(CertificateEncryptionCompatibility compat)
To see this method in a code example, see the Encrypting a PDF document with a certificate using the Java API quick start in Programming with Adobe Experience Manager forms.
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.
To see this method in a code example, see the Encrypting a PDF document with a certificate using the Java API quick start in Programming with Adobe Experience Manager forms.
option
- A CertificateEncryptionOption
enumeration value that specifies the PDF document resources to encrypt.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |