| 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 | |
| de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files,
alias TZP files.
|
| 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)
|
private static <P extends RaesParameters> |
RaesReadOnlyFile.parameters(Class<P> type,
RaesParameters param) |
| Modifier and Type | Method and Description |
|---|---|
static RaesReadOnlyFile |
RaesReadOnlyFile.getInstance(File file,
RaesParameters param)
Returns a new
RaesReadOnlyFile. |
static RaesOutputStream |
RaesOutputStream.getInstance(OutputStream out,
RaesParameters param)
Returns a new
RaesOutputStream. |
static RaesReadOnlyFile |
RaesReadOnlyFile.getInstance(ReadOnlyFile rof,
RaesParameters param)
Returns a new
RaesReadOnlyFile. |
private static <P extends RaesParameters> |
RaesReadOnlyFile.parameters(Class<P> type,
RaesParameters param) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyManagerRaesParameters
|
private class |
KeyManagerRaesParameters.Type0
Adapts a
KeyProvider for AesCipherParameters obtained
from the KeyManagerRaesParameters.manager to Type0RaesParameters. |
| 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
or
null if not available. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.