| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto |
Provides utilities for cryptography.
|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Modifier and Type | Class and Description |
|---|---|
class |
SICSeekableBlockCipher
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
|
| Modifier and Type | Field and Description |
|---|---|
private SeekableBlockCipher |
CipherReadOnlyFile.cipher
The seekable block cipher which allows random access.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CipherReadOnlyFile.init(SeekableBlockCipher cipher,
long start,
long length)
Initializes this cipher read only file - must be called before first
read access!
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
WinZipAesCipher
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of an AES engine.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.