For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.mode.BaseMode

Packages that use BaseMode
gnu.crypto.mode Provides a basic API for using block cipher Modes of Operation.  
 

Uses of BaseMode in gnu.crypto.mode
 

Subclasses of BaseMode in gnu.crypto.mode
 class CBC
          The Cipher Block Chaining mode.
 class CFB
          The cipher feedback mode.
 class CTR
          The implementation of the Counter Mode.
 class ECB
          The implementation of the Electronic Codebook mode.
 class ICM
          An implementation of David McGrew Integer Counter Mode (ICM) as an IMode.
 class OFB
          The Output Feedback (OFB) mode is a confidentiality mode that requires a unique IV for every message that is ever encrypted under the given key.
 


For the latest news and information visit
The GNU Crypto project

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