For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.assembly.Direction

Packages that use Direction
gnu.crypto.assembly Provides a high-level API for combining and using GNU Crypto cipher, mode, and padding primitives.  
gnu.crypto.sasl.srp Provides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl.  
 

Uses of Direction in gnu.crypto.assembly
 

Fields in gnu.crypto.assembly declared as Direction
protected  Direction Transformer.wired
           
protected  Direction Stage.forward
           
protected  Direction Stage.wired
           
protected  Direction Cascade.wired
          The current operational direction of this instance.
static Direction Direction.FORWARD
           
static Direction Direction.REVERSED
           
 

Methods in gnu.crypto.assembly that return Direction
static Direction Direction.reverse(Direction d)
           
 

Methods in gnu.crypto.assembly with parameters of type Direction
static Stage Stage.getInstance(IMode mode, Direction forwardDirection)
           
static Stage Stage.getInstance(Cascade cascade, Direction forwardDirection)
           
static Direction Direction.reverse(Direction d)
           
 

Constructors in gnu.crypto.assembly with parameters of type Direction
CascadeStage(Cascade cascade, Direction forwardDirection)
           
ModeStage(IMode mode, Direction forwardDirection)
           
Stage(Direction forwardDirection)
           
 

Uses of Direction in gnu.crypto.sasl.srp
 

Methods in gnu.crypto.sasl.srp with parameters of type Direction
 void CALG.init(byte[] K, byte[] iv, Direction dir)
          Initialises a SASL-SRP CALG implementation.
 


For the latest news and information visit
The GNU Crypto project

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