TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Package de.schlichtherle.truezip.fs.archive.zip.raes

The archive driver family for RAES encrypted ZIP files, alias TZP files.

See:
          Description

Class Summary
KeyManagerArchiveController This archive controller resets the key provider in the key manager if the target RAES encrypted ZIP archive file gets deleted.
ParanoidZipRaesDriver A paranoid archive driver which builds RAES encrypted ZIP files.
PromptingKeyManagerProvider A container for a prompting key manager implementation for AesCipherParameters.
SafeZipRaesDriver A safe archive driver which builds RAES encrypted ZIP files.
ZipRaesDriver An abstract archive driver which builds RAES encrypted ZIP files and optionally authenticates the cipher data of the input archive files presented to it.
ZipRaesDriverProvider An immutable container of a driver for the RAES encrypted ZIP file format.
 

Enum Summary
ZipRaesDriver.KeyProviderSyncStrategy Defines strategies for updating a key provider once a RAES encrypted ZIP file has been successfully synchronized.
 

Package de.schlichtherle.truezip.fs.archive.zip.raes Description

The archive driver family for RAES encrypted ZIP files, alias TZP files. TZP files are regular ZIP files which use UTF-8 as their character set (like JARs) and have been wrapped in a RAES file format envelope. The RAES File Format enables transparent, random access to AES encrypted data (the payload) in the file as if the application were reading decrypted data from a RandomAccessFile. Note that RAES is not specific to ZIP files - any kind of content could get encrypted.


TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.