@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| CheckedJarDriver |
An archive driver for JAR files which checks the CRC-32 value for all ZIP
entries in input archives.
|
| CheckedOdfDriver |
An archive driver for ODF files which checks the CRC-32 value for all ZIP
entries in input archives.
|
| CheckedReadOnlySfxDriver |
An archive driver for SFX/EXE files which checks the CRC-32 value for all
ZIP entries in input archives.
|
| CheckedZipDriver |
An archive driver for ZIP files which checks the CRC-32 values for all
ZIP entries in input archives.
|
| JarDriver |
An archive driver for Java Archive files (JAR).
|
| JarDriverEntry |
JAR archive entries apply the date/time conversion rules as defined by
DateTimeConverter.JAR. |
| KeyController<M extends FsModel,D extends ZipDriver> |
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted ZIP files.
|
| KeyManagerZipCryptoParameters |
An adapter which provides
ZipCryptoParameters by using a
KeyManagerProvider. |
| OdfDriver |
An archive driver for application archive files according to the Open
Document Format (ODF) Specification, V1.0 and later.
|
| OdfOutputShop |
Created by
OdfDriver to meet the special requirements of
OpenDocument Format (ODF) files. |
| OptionOutputSocket |
An output socket which provides a property for its output options.
|
| PromptingKeyManagerService |
A container for a prompting key manager implementation for
AesPbeParameters. |
| ReadOnlySfxDriver |
An archive driver which reads Self Executable (SFX/EXE) ZIP files,
but doesn't support to create or update them because this would spoil the
SFX code in its preamble.
|
| ZipDriver |
An archive driver for ZIP files.
|
| ZipDriverEntry |
ZIP archive entries apply the date/time conversion rules as defined by
DateTimeConverter.ZIP. |
| ZipDriverService |
An immutable container of a map of drivers for the ZIP file format.
|
| ZipInputShop |
An input shop for reading ZIP files.
|
| ZipOutputShop |
An output shop for writing ZIP files.
|
| Enum | Description |
|---|---|
| KeyProviderSyncStrategy |
Defines strategies for updating a key provider once an encrypted ZIP file
has been successfully synchronized.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.