IAsymmetricBlockCipher public interface IAsymmetricBlockCipher Documentation Code string AlgorithmName { get; } The name of the algorithm this cipher implements. int GetInputBlockSize() int GetOutputBlockSize() void Init(bool forEncryption, ICipherParameters parameters) Initialise the cipher. byte[] ProcessBlock(byte[] inBuf, int inOff, int inLen) Process a block.