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