Uses of Enum
com.winnovative_software.EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in com.winnovative_software
Methods in com.winnovative_software 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.winnovative_software 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.