Uses of Class
net.lingala.zip4j.crypto.PBKDF2.MacBasedPRF
Packages that use MacBasedPRF
-
Uses of MacBasedPRF in net.lingala.zip4j.crypto
Fields in net.lingala.zip4j.crypto declared as MacBasedPRFModifier and TypeFieldDescriptionprivate MacBasedPRF
AESDecrypter.mac
private MacBasedPRF
AESEncrypter.mac
Methods in net.lingala.zip4j.crypto that return MacBasedPRFModifier and TypeMethodDescriptionstatic MacBasedPRF
AesCipherUtil.getMacBasedPRF
(byte[] derivedKey, AesKeyStrength aesKeyStrength) Get MAC-Based PRF using default HMAC Algorithm defined in AE-1 and AE-2 Specification