For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.assembly.Stage

Packages that use Stage
gnu.crypto.assembly Provides a high-level API for combining and using GNU Crypto cipher, mode, and padding primitives.  
 

Uses of Stage in gnu.crypto.assembly
 

Subclasses of Stage in gnu.crypto.assembly
(package private)  class CascadeStage
          A Cascade Stage in a Cascade Cipher.
(package private)  class ModeStage
          An IMode Stage in a Cascade Cipher chain.
 

Methods in gnu.crypto.assembly that return Stage
static Stage Stage.getInstance(IMode mode, Direction forwardDirection)
           
static Stage Stage.getInstance(Cascade cascade, Direction forwardDirection)
           
 

Methods in gnu.crypto.assembly with parameters of type Stage
 java.lang.Object Cascade.append(Stage stage)
          Adds to the end of the current chain, a designated Stage.
 java.lang.Object Cascade.prepend(Stage stage)
          Adds to the begining of the current chain, a designated Stage.
 java.lang.Object Cascade.insert(int index, Stage stage)
          Inserts a Stage into the current chain, at the specified index (zero-based) position.
 


For the latest news and information visit
The GNU Crypto project

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