| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.raes |
Reads and writes files according to the Random Access Encryption Specification
(RAES).
|
| de.schlichtherle.truezip.crypto.raes.param |
Provides AES cipher parameters for use as the key for the class
PromptingKeyProvider. |
| de.schlichtherle.truezip.crypto.raes.param.swing |
The console I/O based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files,
alias TZP files.
|
| Class and Description |
|---|
| RaesAuthenticationException
Thrown to indicate that an RAES file has been tampered with.
|
| RaesException
Thrown if a file is read which is not RAES compatible.
|
| RaesKeyException
Thrown to indicate that retrieving a key to encrypt some pay load data to
an RAES file has been disabled or cancelled.
|
| RaesOutputStream
An
OutputStream to produce a file with data ecnrypted according
to the Random Access Encryption Specification (RAES). |
| RaesParameters
A marker interface for RAES parameters.
|
| RaesParametersException
Thrown to indicate that no suitable RAES parameters have been provided or
something is wrong with the parameters.
|
| RaesReadOnlyFile
This class implements a
ReadOnlyFile
in order to provide transparent random read only access to the plain text
data which has been encrypted and stored in a file according to the
Random Access Encryption Specification (RAES). |
| Type0RaesParameters
The parameters of this interface are used with RAES type 0 files.
|
| Type0RaesParameters.KeyStrength
Defines the key strength for the AES algorithm.
|
| Class and Description |
|---|
| RaesKeyException
Thrown to indicate that retrieving a key to encrypt some pay load data to
an RAES file has been disabled or cancelled.
|
| RaesParameters
A marker interface for RAES parameters.
|
| RaesParametersProvider
These
RaesParameters delegate to some other instance of a sibling
interface or itself in order to locate the parameters required to read
or write a certain RAES type. |
| Type0RaesParameters
The parameters of this interface are used with RAES type 0 files.
|
| Type0RaesParameters.KeyStrength
Defines the key strength for the AES algorithm.
|
| Class and Description |
|---|
| Type0RaesParameters.KeyStrength
Defines the key strength for the AES algorithm.
|
| Class and Description |
|---|
| RaesParameters
A marker interface for RAES parameters.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.