EcbBlockCipher public class EcbBlockCipher : IBlockCipherMode, IBlockCipher Documentation Code public string AlgorithmName { get; } public bool IsPartialBlockOkay { get; } public IBlockCipher UnderlyingCipher { get; } public EcbBlockCipher(IBlockCipher cipher) public int GetBlockSize() public void Init(bool forEncryption, ICipherParameters parameters) public int ProcessBlock(byte[] inBuf, int inOff, byte[] outBuf, int outOff) public void Reset()