Uses of Class
net.lingala.zip4j.model.AESExtraDataRecord
-
Packages that use AESExtraDataRecord Package Description net.lingala.zip4j.crypto net.lingala.zip4j.headers net.lingala.zip4j.io.inputstream net.lingala.zip4j.model -
-
Uses of AESExtraDataRecord in net.lingala.zip4j.crypto
Methods in net.lingala.zip4j.crypto with parameters of type AESExtraDataRecord Modifier and Type Method Description private void
AESDecrypter. init(byte[] salt, byte[] passwordVerifier, char[] password, AESExtraDataRecord aesExtraDataRecord, boolean useUtf8ForPassword)
Constructors in net.lingala.zip4j.crypto with parameters of type AESExtraDataRecord Constructor Description AESDecrypter(AESExtraDataRecord aesExtraDataRecord, char[] password, byte[] salt, byte[] passwordVerifier, boolean useUtf8ForPassword)
-
Uses of AESExtraDataRecord in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return AESExtraDataRecord Modifier and Type Method Description private AESExtraDataRecord
FileHeaderFactory. generateAESExtraDataRecord(ZipParameters parameters)
private AESExtraDataRecord
HeaderReader. readAesExtraDataRecord(java.util.List<ExtraDataRecord> extraDataRecords, RawIO rawIO)
-
Uses of AESExtraDataRecord in net.lingala.zip4j.io.inputstream
Methods in net.lingala.zip4j.io.inputstream with parameters of type AESExtraDataRecord Modifier and Type Method Description private int
ZipInputStream. getAesEncryptionHeaderSize(AESExtraDataRecord aesExtraDataRecord)
-
Uses of AESExtraDataRecord in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as AESExtraDataRecord Modifier and Type Field Description private AESExtraDataRecord
AbstractFileHeader. aesExtraDataRecord
Methods in net.lingala.zip4j.model that return AESExtraDataRecord Modifier and Type Method Description AESExtraDataRecord
AbstractFileHeader. getAesExtraDataRecord()
Methods in net.lingala.zip4j.model with parameters of type AESExtraDataRecord Modifier and Type Method Description void
AbstractFileHeader. setAesExtraDataRecord(AESExtraDataRecord aesExtraDataRecord)
-