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 AESEngineAesCipherUtil.getAESEngine(byte[] derivedKey, AesKeyStrength aesKeyStrength) Get AES Engine using derived key and requested AES Key Strengthstatic MacBasedPRFAesCipherUtil.getMacBasedPRF(byte[] derivedKey, AesKeyStrength aesKeyStrength) Get MAC-Based PRF using default HMAC Algorithm defined in AE-1 and AE-2 Specificationprivate voidAESEncrypter.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 AesKeyStrengthAESExtraDataRecord.aesKeyStrengthprivate AesKeyStrengthZipParameters.aesKeyStrengthMethods 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 TypeMethodDescriptionvoidAESExtraDataRecord.setAesKeyStrength(AesKeyStrength aesKeyStrength) voidZipParameters.setAesKeyStrength(AesKeyStrength aesKeyStrength) Set the key strength of the AES encryption key -
Uses of AesKeyStrength in net.lingala.zip4j.model.enums
Subclasses with type arguments of type AesKeyStrength in net.lingala.zip4j.model.enumsMethods in net.lingala.zip4j.model.enums that return AesKeyStrengthModifier and TypeMethodDescriptionstatic AesKeyStrengthAesKeyStrength.getAesKeyStrengthFromRawCode(int code) Get a AesKeyStrength given a code from the ZIP filestatic AesKeyStrengthReturns 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.