gnu.crypto.assembly
Class CascadeStage
(package private) class CascadeStage
A Cascade Stage in a Cascade Cipher.
Version:
blockSizes, currentBlockSize, getInstance, getInstance, init, initDelegate, reset, resetDelegate, selfTest, update, updateDelegate |
CascadeStage
(package private) CascadeStage(Cascade cascade,
Direction forwardDirection)
blockSizes
public Set blockSizes()
- blockSizes in interface Stage
currentBlockSize
public int currentBlockSize()
throws IllegalStateException- currentBlockSize in interface Stage
initDelegate
(package private) void initDelegate(Map attributes)
throws InvalidKeyException- initDelegate in interface Stage
resetDelegate
(package private) void resetDelegate()
- resetDelegate in interface Stage
selfTest
public boolean selfTest()
- selfTest 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.