public sealed class CbcBlockCipher : IBlockCipherMode,
IBlockCipher
Public NotInheritable Class CbcBlockCipher
Implements IBlockCipherMode, IBlockCipher
public ref class CbcBlockCipher sealed : IBlockCipherMode,
IBlockCipher
Org.BouncyCastle.Crypto.Modes.CbcBlockCipher = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Modes.CbcBlockCipher',
null,
Org.BouncyCastle.Crypto.Modes.IBlockCipherMode,
Org.BouncyCastle.Crypto.IBlockCipher);
CbcBlockCipher | Initializes a new instance of the CbcBlockCipher class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBlockSize | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | |
ProcessBlock(ReadOnlySpanByte, SpanByte) | |
ProcessBlock(Byte, Int32, Byte, Int32) | |
Reset | |
ToString | Returns a string that represents the current object. (Inherited from Object) |