For the latest news and information visit
The GNU Crypto project

Package gnu.crypto.mode

Interface Summary
IMode The basic visible methods of any block cipher mode.
 

Class Summary
BaseMode A basic abstract class to facilitate implementing block cipher modes of operations.
CTR The implementation of the Counter Mode.
ECB The implementation of the Electronic Codebook mode.
ICM An implementation of David McGrew Integer Counter Mode (ICM) as an IMode.
ModeFactory A Factory to instantiate block cipher modes of operations.
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 Free Software Foundation, Inc.. All Rights Reserved.