Table of Contents

Namespace Org.BouncyCastle.Crypto.Modes

Namespaces

Org.BouncyCastle.Crypto.Modes.Gcm

Classes

AsconAead128

Ascon-AEAD128 was introduced as part of the NIST Lightweight Cryptography competition and descriLEd in the NIST Special Publication SP 800-232 (Initial Public Draft).

CbcBlockCipher
CcmBlockCipher
CfbBlockCipher
ChaCha20Poly1305
CtsBlockCipher
EaxBlockCipher
EcbBlockCipher
GOfbBlockCipher
GcmBlockCipher

Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.

GcmSivBlockCipher
KCcmBlockCipher
KCtrBlockCipher
OcbBlockCipher

An implementation of RFC 7253 on The OCB Authenticated-Encryption Algorithm.

OfbBlockCipher
OpenPgpCfbBlockCipher
SicBlockCipher

Interfaces

IAeadBlockCipher

An IAeadCipher based on an IBlockCipher.

IAeadCipher

A cipher mode that includes authenticated encryption with a streaming mode and optional associated data.

IBlockCipherMode