Table of Contents

Interface IBlockCipherMode

Namespace
Org.BouncyCastle.Crypto.Modes
Assembly
BouncyCastle.Cryptography.dll
public interface IBlockCipherMode : IBlockCipher
Inherited Members

Properties

IsPartialBlockOkay

Indicates whether this cipher mode can handle partial blocks.

bool IsPartialBlockOkay { get; }

Property Value

bool

UnderlyingCipher

Return the

underlying this cipher mode.
IBlockCipher UnderlyingCipher { get; }

Property Value

IBlockCipher

Methods

Reset()

Reset the cipher mode to the same state as it was after the last init (if there was one).

void Reset()