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. |