Package | Description |
---|---|
com.adobe.fd.encryption.client |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
PasswordEncryptionCompatability |
PasswordEncryptionOptionSpec.getCompatability()
Specifies the earliest version of Acrobat with which the encryption will be compatible.
|
static PasswordEncryptionCompatability |
PasswordEncryptionCompatability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordEncryptionCompatability[] |
PasswordEncryptionCompatability.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.setCompatability(PasswordEncryptionCompatability compat)
Sets the version compatibility to use when encrypting a PDF document with a password.
|
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.