public interface IBlockCipherMode : IBlockCipher
Public Interface IBlockCipherMode
Inherits IBlockCipher
public interface class IBlockCipherMode : IBlockCipher
Org.BouncyCastle.Crypto.Modes.IBlockCipherMode = function();
Org.BouncyCastle.Crypto.Modes.IBlockCipherMode.createInterface('Org.BouncyCastle.Crypto.Modes.IBlockCipherMode');
AlgorithmName | The name of the algorithm this cipher implements. (Inherited from IBlockCipher) |
IsPartialBlockOkay | Indicates whether this cipher mode can handle partial blocks. |
UnderlyingCipher | Return the C#
|
GetBlockSize | (Inherited from IBlockCipher) |
Init | Initialise the cipher. (Inherited from IBlockCipher) |
ProcessBlock(ReadOnlySpanByte, SpanByte) | Process a block. (Inherited from IBlockCipher) |
ProcessBlock(Byte, Int32, Byte, Int32) | Process a block. (Inherited from IBlockCipher) |
Reset | Reset the cipher mode to the same state as it was after the last init (if there was one). |