|
TrueZIP 6.8 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ArchiveDriver family for RAES encrypted ZIP
files.
See:
Description
| Class Summary | |
|---|---|
| AbstractZip32RaesDriver | Deprecated. Use AbstractZipRaesDriver instead. |
| AbstractZipRaesDriver | An abstract archive driver which builds RAES encrypted ZIP files and optionally authenticates the cipher data of the input archive files presented to it. |
| ParanoidZip32RaesDriver | Deprecated. Use ParanoidZipRaesDriver instead. |
| ParanoidZipRaesDriver | A paranoid archive driver which builds RAES encrypted ZIP files. |
| SafeZip32RaesDriver | Deprecated. Use SafeZipRaesDriver instead. |
| SafeZipRaesDriver | A safe archive driver which builds RAES encrypted ZIP files. |
| UnsafeZip32RaesDriver | Deprecated. Use UnsafeZipRaesDriver instead. |
| UnsafeZipRaesDriver | Deprecated. This class exists for testing purposes only. |
Provides the ArchiveDriver family for RAES encrypted ZIP
files.
RAES encrypted ZIP files are no more than regular ZIP files
which use UTF-8 as their character set (like JARs) and have been
wrapped as a whole in the RAES file format.
RAES enables transparent random access to AES encrypted data in the file as
if the application were reading decrypted data from a
RandomAccessFile.
RAES is not at all specific to ZIP files - any kind of content can be
encrypted.
TrueZIP uses RAES to enable transparent access to encrypted ZIP files as if
they were (virtual) directories.
To access RAES encrypted ZIP files, client applications need to
DefaultArchiveDetector class
(which are .tzp, .zip.rae and .zip.raes
by default),
and
|
TrueZIP 6.8 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||