Package gnu.javax.crypto.mode

Interface Summary

IAuthenticatedMode The interface for encryption modes that also produce a message authentication tag.
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.
CBC The Cipher Block Chaining mode.
CFB The cipher feedback mode.
CTR The implementation of the Counter Mode.
EAX A conventional two-pass authenticated-encrypted mode, EAX.
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.