All Classes and Interfaces
Class
Description
AES Decrypter supports AE-1 and AE-2 decryption for AES-CTR with 128, 192, or 256 Key Strength
AES Encrypter supports AE-1 and AE-2 encryption using AES-CTR with either 128 or 256 Key Strength
Core Engine for AES Encryption
Indicates the AES encryption key length
Indicates the AES format used
Indicates the level of compression for the DEFLATE compression method
Indicates the algorithm used for compression
Indicates the encryption method used in the ZIP file
Helper class to read header information for the zip file
A split input stream for zip file split with 7-zip.
A RandomAccessFile which reads files split with 7-zip format (.z001, .z002, etc) as a single file making it easier
for calling methods to deal with opening appropriate split file to read
If Zip4j is set to run in thread mode, this class helps retrieve current progress
Base class to handle zip files.
Encapsulates the parameters that that control how Zip4J encodes data
Indicates the action to take when a symbolic link is added to the ZIP file
A split input stream for zip file split as per zip specification.