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 EncryptionAlgorithmReturns 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 TypeMethodDescriptionvoidPdfSecurityOptions.setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) Sets encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converter.