| Interface | Description |
|---|---|
| SeekableBlockCipher |
Extends a
BlockCipher in order to support random access to
the blocks in a plain or cipher text. |
| Class | 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.
|
| SICSeekableBlockCipher |
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC).
|
Provides utilities for cryptography.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.