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 AesVersionAESExtraDataRecord.aesVersionprivate AesVersionZipParameters.aesVersionMethods 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 TypeMethodDescriptionvoidAESExtraDataRecord.setAesVersion(AesVersion aesVersion) voidZipParameters.setAesVersion(AesVersion aesVersion) Set the AES format version to use for encryption -
Uses of AesVersion in net.lingala.zip4j.model.enums
Subclasses with type arguments of type AesVersion in net.lingala.zip4j.model.enumsMethods in net.lingala.zip4j.model.enums that return AesVersionModifier and TypeMethodDescriptionstatic AesVersionAesVersion.getFromVersionNumber(int versionNumber) Get the AESVersion instance from an integer AES version numberstatic AesVersionReturns 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.