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 EncryptionMethod
AbstractFileHeader. encryptionMethod
private EncryptionMethod
ZipParameters. encryptionMethod
Methods in net.lingala.zip4j.model that return EncryptionMethod Modifier and Type Method Description EncryptionMethod
AbstractFileHeader. getEncryptionMethod()
EncryptionMethod
ZipParameters. getEncryptionMethod()
Get the encryption method used to encrypt filesMethods in net.lingala.zip4j.model with parameters of type EncryptionMethod Modifier and Type Method Description void
AbstractFileHeader. setEncryptionMethod(EncryptionMethod encryptionMethod)
void
ZipParameters. 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 EncryptionMethod
EncryptionMethod. 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.
-