| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyController<D extends AbstractZipDriver<?>>
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
|
class |
JarDriver
An archive driver for Java Archive files (JAR).
|
class |
ZipDriver
An archive driver for ZIP files.
|
| Modifier and Type | Field and Description |
|---|---|
protected D |
AbstractKeyController.driver |
| Constructor and Description |
|---|
KeyManagerZipCryptoParameters(AbstractZipDriver<?> driver,
FsModel model,
Charset charset)
Constructs new ZIP crypto parameters.
|
ZipInputService(FsModel model,
FsInputSocketSource source,
AbstractZipDriver<E> driver) |
ZipKeyController(FsController controller,
AbstractZipDriver<?> driver) |
ZipOutputService(FsModel model,
FsOutputSocketSink sink,
ZipInputService<E> source,
AbstractZipDriver<E> driver) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.