Uses of Class gnu.javax.crypto.assembly.Stage

Uses in package gnu.javax.crypto.assembly

Methods with parameter type gnu.javax.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.javax.crypto.assembly.Stage

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