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