Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops.options.protectpdf |
Contains the option classes for
ProtectPDFOperation . |
Modifier and Type | Method and Description |
---|---|
ContentEncryption |
PasswordProtectOptions.getContentEncryption()
Returns the intended type of content to encrypt for the resulting encrypted PDF file.
|
static ContentEncryption |
ContentEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentEncryption[] |
ContentEncryption.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.setContentEncryption(ContentEncryption contentEncryption)
Sets the intended type of content to encrypt in the PDF file.
|
Copyright © 2022 Adobe. All rights reserved.