IBlockCipher public interface IBlockCipher Documentation Code string AlgorithmName { get; } int GetBlockSize() void Init(bool forEncryption, ICipherParameters parameters) int ProcessBlock(byte[] inBuf, int inOff, byte[] outBuf, int outOff)