gnu.crypto.assembly
Class ModeStage
(package private) class ModeStage
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.
blockSizes, currentBlockSize, getInstance, getInstance, init, initDelegate, reset, resetDelegate, selfTest, update, updateDelegate |
ModeStage
(package private) ModeStage(IMode mode,
Direction forwardDirection)
currentBlockSize
public int currentBlockSize()
throws IllegalStateException- currentBlockSize in interface Stage
initDelegate
(package private) void initDelegate(Map attributes)
throws InvalidKeyException- initDelegate in interface Stage
updateDelegate
(package private) void updateDelegate(byte[] in,
int inOffset,
byte[] out,
int outOffset)- updateDelegate in interface Stage
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.