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 ContentEncryptionPasswordProtectParams. getContentEncryption()Returns the intended type ofContentEncryptionfor the resulting encrypted PDF file.static ContentEncryptionContentEncryption. 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.BuilderPasswordProtectParams.Builder. setContentEncryption(ContentEncryption contentEncryption)Sets the intended type of content to encrypt in the PDF file.
-