@Nonnull @ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| SeekableBlockCipher |
Extends a
BlockCipher in order to support random access to
the blocks in a plain or cipher text. |
| Class | Description |
|---|---|
| BufferedPartialBlockCipher |
A buffered block cipher which allows a partial block when calling
BufferedBlockCipher.doFinal(byte[], int). |
| 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. |
| CipherReadOnlyChannel |
Provides buffered random read-only access to the plain text of an encrypted
file.
|
| CtrBlockCipher |
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.