| Interface | Description |
|---|---|
| IMode |
The basic visible methods of any block cipher mode.
|
| Class | Description |
|---|---|
| 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.
|
| ECB |
The implementation of the Electronic Codebook mode.
|
| GCM |
RFC 5084
Using AES-CCM and AES-GCM Authenticated Encryption in the CMS
NIST Special Publication 800-38D
Recommendation for Block Cipher Modes of Operation: Galois/Counter Mode (GCM) and GMAC
|
| 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. |
Copyright © 2025. All rights reserved.