Uses of Enum
net.lingala.zip4j.model.enums.EncryptionMethod
Packages that use EncryptionMethod
-
Uses of EncryptionMethod in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as EncryptionMethodModifier and TypeFieldDescriptionprivate EncryptionMethod
AbstractFileHeader.encryptionMethod
private EncryptionMethod
ZipParameters.encryptionMethod
Methods in net.lingala.zip4j.model that return EncryptionMethodModifier and TypeMethodDescriptionAbstractFileHeader.getEncryptionMethod()
ZipParameters.getEncryptionMethod()
Get the encryption method used to encrypt filesMethods in net.lingala.zip4j.model with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoid
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 EncryptionMethodModifier and TypeMethodDescriptionstatic EncryptionMethod
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.