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