gnu.crypto.assembly
class ModeStage extends Stage
An IMode Stage in a Cascade Cipher chain.
Such a stage wraps an implementation of a Block Cipher Mode of Operation (IMode) to allow inclusion of such an instance in a cascade of block ciphers.
Version: $Revision: 1.3 $
| Constructor Summary | |
|---|---|
| ModeStage(IMode mode, Direction forwardDirection) | |
| Method Summary | |
|---|---|
| Set | blockSizes() |
| int | currentBlockSize() |
| void | initDelegate(Map attributes) |
| void | resetDelegate() |
| boolean | selfTest() |
| void | updateDelegate(byte[] in, int inOffset, byte[] out, int outOffset) |