public sealed class TnepresEngine : SerpentEngineBase
Public NotInheritable Class TnepresEngine
Inherits SerpentEngineBase
public ref class TnepresEngine sealed : public SerpentEngineBase
Org.BouncyCastle.Crypto.Engines.TnepresEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.TnepresEngine',
Org.BouncyCastle.Crypto.Engines.SerpentEngineBase);
TnepresEngine | Initializes a new instance of the TnepresEngine class |
AlgorithmName | (Overrides SerpentEngineBaseAlgorithmName) |
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) |