Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
-
Packages that use EncryptionAlgorithm Package Description com.adobe.pdfservices.operation.pdfjobs.params.protectpdf Contains the param classes forProtectPDFJob. -
-
Uses of EncryptionAlgorithm in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmPasswordProtectParams. getEncryptionAlgorithm()Returns the intendedEncryptionAlgorithmof the resulting encrypted PDF file.static EncryptionAlgorithmEncryptionAlgorithm. 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.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf with parameters of type EncryptionAlgorithm Modifier and Type Method Description PasswordProtectParams.BuilderPasswordProtectParams.Builder. setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)Sets the intended encryption algorithm required for encrypting the PDF file.
-