public interface IBlockCipher
Public Interface IBlockCipher
public interface class IBlockCipher
Org.BouncyCastle.Crypto.IBlockCipher = function();
Org.BouncyCastle.Crypto.IBlockCipher.createInterface('Org.BouncyCastle.Crypto.IBlockCipher');
AlgorithmName | The name of the algorithm this cipher implements. |
GetBlockSize | |
Init | Initialise the cipher. |
ProcessBlock(ReadOnlySpanByte, SpanByte) | Process a block. |
ProcessBlock(Byte, Int32, Byte, Int32) | Process a block. |