| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto |
Provides general utility classes for cryptography.
|
| de.schlichtherle.truezip.crypto.raes |
Reads and writes files according to the Random Access Encryption
Specification (RAES).
|
| 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.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.