Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops.options.protectpdf |
Contains the option classes for
ProtectPDFOperation . |
Modifier and Type | Method and Description |
---|---|
EncryptionAlgorithm |
PasswordProtectOptions.getEncryptionAlgorithm()
Returns the intended encryption algorithm of the resulting encrypted PDF file.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithm[] |
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PasswordProtectOptions.Builder |
PasswordProtectOptions.Builder.setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
Sets the intended encryption algorithm required for encrypting the PDF file.
|
Copyright © 2022 Adobe. All rights reserved.