Package | Description |
---|---|
net.java.truevfs.driver.zip.raes |
Provides a file system driver for accessing the RAES encrypted ZIP file
format, alias ZIP.RAES or TZP.
|
net.java.truevfs.driver.zip.raes.crypto |
Reads and writes files according to the Random Access Encryption
Specification (RAES).
|
Class and Description |
---|
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 RAES file of a given type. |
Class and Description |
---|
RaesAuthenticationException
Thrown to indicate that a RAES file has been tampered with.
|
RaesException
Indicates that there is an issue when reading or writing a RAES file which
is specific to the RAES file format.
|
RaesKeyException
Thrown to indicate that retrieving a key to encrypt or decrypt some pay load
data in an RAES file has failed for some reason.
|
RaesOutputStream
An
OutputStream which produces 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 cryptographic parameters have been
provided or something is wrong with these parameters.
|
RaesReadOnlyChannel
This class implements a
SeekableByteChannel for random read-only
access to the plain text data of a RAES encrypted file, where RAES means
Random Access Encryption Specification. |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.