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 voidAESDecrypter. 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 AESExtraDataRecordFileHeaderFactory. generateAESExtraDataRecord(ZipParameters parameters)private AESExtraDataRecordHeaderReader. 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 intZipInputStream. 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 AESExtraDataRecordAbstractFileHeader. aesExtraDataRecordMethods in net.lingala.zip4j.model that return AESExtraDataRecord Modifier and Type Method Description AESExtraDataRecordAbstractFileHeader. getAesExtraDataRecord()Methods in net.lingala.zip4j.model with parameters of type AESExtraDataRecord Modifier and Type Method Description voidAbstractFileHeader. setAesExtraDataRecord(AESExtraDataRecord aesExtraDataRecord)
-