See: Description
| Class | Description |
|---|---|
| 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.
|
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.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.