Package | Description |
---|---|
com.adobe.fd.encryption.client |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
PasswordEncryptionOption |
PasswordEncryptionOptionSpec.getEncryptOption()
Gets the PDF document resources to encrypt as a
PasswordEncryptionOption
enumeration value. |
static PasswordEncryptionOption |
PasswordEncryptionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordEncryptionOption[] |
PasswordEncryptionOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordEncryptionOptionSpec.setEncryptOption(PasswordEncryptionOption options)
Sets the PDF document resources to encrypt using a
PasswordEncryptionOption
enumeration value. |
Constructor and Description |
---|
PasswordEncryptionOptionSpec(PasswordEncryptionCompatability compat,
PasswordEncryptionOption encryptOption,
String documentOpenPassword,
String permissionsPassword)
Constructs a
PasswordEncryptionSpec object that is used to encrypt a
PDF document with a password. |
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.