Uses of Enum
net.lingala.zip4j.model.enums.AesVersion
Packages that use AesVersion
-
Uses of AesVersion in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as AesVersionModifier and TypeFieldDescriptionprivate AesVersion
AESExtraDataRecord.aesVersion
private AesVersion
ZipParameters.aesVersion
Methods in net.lingala.zip4j.model that return AesVersionModifier and TypeMethodDescriptionAESExtraDataRecord.getAesVersion()
ZipParameters.getAesVersion()
Get the AES format version used for encryptionMethods in net.lingala.zip4j.model with parameters of type AesVersionModifier and TypeMethodDescriptionvoid
AESExtraDataRecord.setAesVersion
(AesVersion aesVersion) void
ZipParameters.setAesVersion
(AesVersion aesVersion) Set the AES format version to use for encryption -
Uses of AesVersion in net.lingala.zip4j.model.enums
Methods in net.lingala.zip4j.model.enums that return AesVersionModifier and TypeMethodDescriptionstatic AesVersion
AesVersion.getFromVersionNumber
(int versionNumber) Get the AESVersion instance from an integer AES version numberstatic AesVersion
Returns the enum constant of this type with the specified name.static AesVersion[]
AesVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.