Org.BouncyCastle.Crypto.Modes
Namespace with 19 public types
Classes
CbcBlockCipher
CcmBlockCipher
CfbBlockCipher
ChaCha20Poly1305
CtsBlockCipher
EaxBlockCipher
EcbBlockCipher
GcmBlockCipher
Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.
GcmSivBlockCipher
GOfbBlockCipher
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