IBlockCipherMode public interface IBlockCipherMode : IBlockCipher Documentation Code namespace Org.BouncyCastle.Crypto.Modes { public interface IBlockCipherMode : IBlockCipher { IBlockCipher UnderlyingCipher { get; } bool IsPartialBlockOkay { get; } void Reset(); } }