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