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).
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerRaesParameters
|
Modifier and Type | Method and Description |
---|---|
<P extends RaesParameters> |
KeyManagerRaesParameters.get(Class<P> type)
|
Modifier and Type | Method and Description |
---|---|
protected RaesParameters |
ZipRaesDriver.raesParameters(FsModel model)
Returns the RAES parameters for the given file system model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
interface |
Type0RaesParameters
The parameters of this interface are used with RAES type 0 files.
|
Modifier and Type | Method and Description |
---|---|
<P extends RaesParameters> |
RaesParametersProvider.get(Class<P> type)
|
Modifier and Type | Method and Description |
---|---|
static RaesOutputStream |
RaesOutputStream.create(RaesParameters param,
net.java.truecommons.io.Sink sink)
Creates a new RAES output stream.
|
static RaesReadOnlyChannel |
RaesReadOnlyChannel.create(RaesParameters param,
net.java.truecommons.io.Source source)
Creates a new RAES read-only channel.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.