Table of Contents

Interface IAeadBlockCipher

Namespace
Org.BouncyCastle.Crypto.Modes
Assembly
BouncyCastle.Cryptography.dll

An IAeadCipher based on an IBlockCipher.

public interface IAeadBlockCipher : IAeadCipher
Inherited Members

Properties

UnderlyingCipher

The block cipher underlying this algorithm.

IBlockCipher UnderlyingCipher { get; }

Property Value

IBlockCipher

Methods

GetBlockSize()

int GetBlockSize()

Returns

int

The block size for this cipher, in bytes.