| 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. |
| Class and Description |
|---|
| SeekableBlockCipher
Extends a
BlockCipher in order to support random access to
the blocks in a plain or cipher text. |
| Class and Description |
|---|
| CipherOutputStream
Similar to
javax.crypto.CipherOutputStream with some exceptions:
This implementation is based on Bouncy Castle's lightweight crypto API
and uses a BufferedBlockCipher for ciphering. |
| CipherReadOnlyFile
A read only file for transparent random read access to an encrypted file.
|
| SeekableBlockCipher
Extends a
BlockCipher in order to support random access to
the blocks in a plain or cipher text. |
| SICSeekableBlockCipher
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.