Interface | Description |
---|---|
AESDecrypter |
Decrypt.
|
AESEncrypter |
Encrypt.
|
ZipConstants |
Copy&Paste of constants needed from java.util.ZipConstants
as this "baseinterface" prevents reuse by its package only
visibility.
|
Class | Description |
---|---|
AESCryptoBase |
Base class for crypto "adapters" to support aes operations
needed for winzip aes.
|
AESDecrypterBC |
Adapter for bouncy castle crypto implementation (decryption).
|
AESEncrypterBC |
Adapter for bouncy castle crypto implementation (encryption).
|
ByteArrayHelper |
byte[] functionality
|
CentralDirectoryEntry |
Wrapper for the central directory entry (CDE) of one file.
|
ExtRandomAccessFile |
direct access methods accepting position + type of data to read as args
|
ExtZipEntry |
information about one zip entry that is written to an encrypted zip archive
or read from one
|
ExtZipOutputStream |
Write zip entries to Zip-File, encrypted or not encrypted.
|
ZipFileEntryInputStream |
Provide InputStream access to compressed data from one ZipEntry contained
within one ZipFile.
|