Uses of Enum Class
com.datalogics.PDFL.EncryptionType
Packages that use EncryptionType
-
Uses of EncryptionType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return EncryptionTypeModifier and TypeMethodDescriptionstatic EncryptionTypeReturns the enum constant of this class with the specified name.static EncryptionType[]EncryptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type EncryptionTypeModifier and TypeMethodDescriptionvoidDocument.secure(EnumSet<PermissionFlags> permissions, String ownerPassword, String userPassword, EncryptionType encryptionType) Secure the PDF document securely with password(s).voidDocument.secure(EnumSet<PermissionFlags> permissions, String ownerPassword, String userPassword, EncryptionType encryptionType, boolean encryptMetadata) Secure the PDF document securely with password(s).