Uses of Class gnu.crypto.assembly.Stage

Uses in package gnu.crypto.assembly

Classes derived from gnu.crypto.assembly.Stage

class
A Cascade Stage in a Cascade Cipher.
class
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.

Methods with parameter type gnu.crypto.assembly.Stage

Object
Adds to the end of the current chain, a designated Stage.
Object
Cascade.insert(int index, Stage stage)
Inserts a Stage into the current chain, at the specified index (zero-based) position.
Object
Adds to the begining of the current chain, a designated Stage.

Methods with return type gnu.crypto.assembly.Stage

Stage
Stage.getInstance(Cascade cascade, Direction forwardDirection)
Stage
Stage.getInstance(IMode mode, Direction forwardDirection)

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.