TrueZIP Driver ZIP.RAES (TZP) 7.1

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

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

See:
          Description

Class Summary
ParanoidZipRaesDriver A paranoid archive driver which builds RAES encrypted ZIP files.
PromptingKeyManagerService A container for a prompting key manager implementation for AesCipherParameters.
SafeZipRaesDriver A safe archive driver which builds RAES encrypted ZIP files (ZIP.RAES).
ZipRaesController This file system controller decorates another file system controller in order to manage the authentication key required for accessing its target RAES encrypted ZIP archive file (ZIP.RAES).
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.
ZipRaesDriverService An immutable container of a map of drivers for the ZIP.RAES 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 ZIP.RAES (TZP) 7.1

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