public class Gost3411_2012_256Digest : Gost3411_2012Digest
Public Class Gost3411_2012_256Digest
Inherits Gost3411_2012Digest
public ref class Gost3411_2012_256Digest : public Gost3411_2012Digest
Org.BouncyCastle.Crypto.Digests.Gost3411_2012_256Digest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.Gost3411_2012_256Digest',
Org.BouncyCastle.Crypto.Digests.Gost3411_2012Digest);
Gost3411_2012_256Digest | Initializes a new instance of the Gost3411_2012_256Digest class |
Gost3411_2012_256Digest(Gost3411_2012_256Digest) | Initializes a new instance of the Gost3411_2012_256Digest class |
AlgorithmName | (Overrides Gost3411_2012DigestAlgorithmName) |
BlockUpdate(ReadOnlySpanByte) | (Inherited from Gost3411_2012Digest) |
BlockUpdate(Byte, Int32, Int32) | (Inherited from Gost3411_2012Digest) |
Copy | (Overrides Gost3411_2012DigestCopy) |
DoFinal(SpanByte) | (Overrides Gost3411_2012DigestDoFinal(SpanByte)) |
DoFinal(Byte, Int32) | (Overrides Gost3411_2012DigestDoFinal(Byte, Int32)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetByteLength | (Inherited from Gost3411_2012Digest) |
GetDigestSize | (Overrides Gost3411_2012DigestGetDigestSize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | (Inherited from Gost3411_2012Digest) |
Reset(IMemoable) | (Inherited from Gost3411_2012Digest) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Update | (Inherited from Gost3411_2012Digest) |