public sealed class TwofishEngine : IBlockCipher
Public NotInheritable Class TwofishEngine
Implements IBlockCipher
public ref class TwofishEngine sealed : IBlockCipher
Org.BouncyCastle.Crypto.Engines.TwofishEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.TwofishEngine',
null,
Org.BouncyCastle.Crypto.IBlockCipher);
TwofishEngine | Initializes a new instance of the TwofishEngine 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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |