Uses of Enum
com.evopdf.EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in com.evopdf
Methods in com.evopdf that return EncryptionAlgorithmModifier and TypeMethodDescriptionPdfSecurityOptions.encryptionAlgorithm()
Gets encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converterstatic EncryptionAlgorithm
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.evopdf with parameters of type EncryptionAlgorithmModifier and TypeMethodDescriptionvoid
PdfSecurityOptions.setEncryptionAlgorithm
(EncryptionAlgorithm encryptionAlgorithm) Sets encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converter.