public sealed class BlowfishEngine : IBlockCipher
Public NotInheritable Class BlowfishEngine
Implements IBlockCipher
public ref class BlowfishEngine sealed : IBlockCipher
Org.BouncyCastle.Crypto.Engines.BlowfishEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.BlowfishEngine',
null,
Org.BouncyCastle.Crypto.IBlockCipher);
BlowfishEngine | Initializes a new instance of the BlowfishEngine 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) |