Uses of Enum
net.lingala.zip4j.model.enums.AesKeyStrength
Packages that use AesKeyStrength
-
Uses of AesKeyStrength in net.lingala.zip4j.crypto
Methods in net.lingala.zip4j.crypto with parameters of type AesKeyStrengthModifier and TypeMethodDescriptionstatic byte[]
AesCipherUtil.derivePasswordBasedKey
(byte[] salt, char[] password, AesKeyStrength aesKeyStrength, boolean useUtf8ForPassword) Derive Password-Based Key for AES according to AE-1 and AE-2 Specificationsstatic byte[]
AesCipherUtil.derivePasswordVerifier
(byte[] derivedKey, AesKeyStrength aesKeyStrength) Derive Password Verifier using Derived Key and requested AES Key Strengthstatic AESEngine
AesCipherUtil.getAESEngine
(byte[] derivedKey, AesKeyStrength aesKeyStrength) Get AES Engine using derived key and requested AES Key Strengthstatic MacBasedPRF
AesCipherUtil.getMacBasedPRF
(byte[] derivedKey, AesKeyStrength aesKeyStrength) Get MAC-Based PRF using default HMAC Algorithm defined in AE-1 and AE-2 Specificationprivate void
AESEncrypter.init
(char[] password, AesKeyStrength aesKeyStrength, boolean useUtf8ForPassword) Constructors in net.lingala.zip4j.crypto with parameters of type AesKeyStrengthModifierConstructorDescriptionAESEncrypter
(char[] password, AesKeyStrength aesKeyStrength, boolean useUtf8ForPassword) -
Uses of AesKeyStrength in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as AesKeyStrengthModifier and TypeFieldDescriptionprivate AesKeyStrength
AESExtraDataRecord.aesKeyStrength
private AesKeyStrength
ZipParameters.aesKeyStrength
Methods in net.lingala.zip4j.model that return AesKeyStrengthModifier and TypeMethodDescriptionAESExtraDataRecord.getAesKeyStrength()
ZipParameters.getAesKeyStrength()
Get the key strength of the AES encryption keyMethods in net.lingala.zip4j.model with parameters of type AesKeyStrengthModifier and TypeMethodDescriptionvoid
AESExtraDataRecord.setAesKeyStrength
(AesKeyStrength aesKeyStrength) void
ZipParameters.setAesKeyStrength
(AesKeyStrength aesKeyStrength) Set the key strength of the AES encryption key -
Uses of AesKeyStrength in net.lingala.zip4j.model.enums
Methods in net.lingala.zip4j.model.enums that return AesKeyStrengthModifier and TypeMethodDescriptionstatic AesKeyStrength
AesKeyStrength.getAesKeyStrengthFromRawCode
(int code) Get a AesKeyStrength given a code from the ZIP filestatic AesKeyStrength
Returns the enum constant of this type with the specified name.static AesKeyStrength[]
AesKeyStrength.values()
Returns an array containing the constants of this enum type, in the order they are declared.