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 EncryptionAlgorithm
PasswordProtectParams. getEncryptionAlgorithm()
Returns the intendedEncryptionAlgorithm
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.Methods in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf with parameters of type EncryptionAlgorithm Modifier and Type Method Description PasswordProtectParams.Builder
PasswordProtectParams.Builder. setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
Sets the intended encryption algorithm required for encrypting the PDF file.
-