Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
-
Packages that use ContentEncryption Package Description com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Contains the param classes forProtectPDFJob
. -
-
Uses of ContentEncryption in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf that return ContentEncryption Modifier and Type Method Description ContentEncryption
PasswordProtectParams. getContentEncryption()
Returns the intended type ofContentEncryption
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.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf with parameters of type ContentEncryption Modifier and Type Method Description PasswordProtectParams.Builder
PasswordProtectParams.Builder. setContentEncryption(ContentEncryption contentEncryption)
Sets the intended type of content to encrypt in the PDF file.
-