Uses of Class
net.lingala.zip4j.model.enums.EncryptionMethod
-
Packages that use EncryptionMethod Package Description net.lingala.zip4j.model net.lingala.zip4j.model.enums -
-
Uses of EncryptionMethod in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as EncryptionMethod Modifier and Type Field Description private EncryptionMethodAbstractFileHeader. encryptionMethodprivate EncryptionMethodZipParameters. encryptionMethodMethods in net.lingala.zip4j.model that return EncryptionMethod Modifier and Type Method Description EncryptionMethodAbstractFileHeader. getEncryptionMethod()EncryptionMethodZipParameters. getEncryptionMethod()Get the encryption method used to encrypt filesMethods in net.lingala.zip4j.model with parameters of type EncryptionMethod Modifier and Type Method Description voidAbstractFileHeader. setEncryptionMethod(EncryptionMethod encryptionMethod)voidZipParameters. setEncryptionMethod(EncryptionMethod encryptionMethod)Set the encryption method used to encrypt files -
Uses of EncryptionMethod in net.lingala.zip4j.model.enums
Methods in net.lingala.zip4j.model.enums that return EncryptionMethod Modifier and Type Method Description static EncryptionMethodEncryptionMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EncryptionMethod[]EncryptionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-