public class Gost3411_2012_512Digest : Gost3411_2012Digest
Public Class Gost3411_2012_512Digest
Inherits Gost3411_2012Digest
public ref class Gost3411_2012_512Digest : public Gost3411_2012Digest
Org.BouncyCastle.Crypto.Digests.Gost3411_2012_512Digest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.Gost3411_2012_512Digest',
Org.BouncyCastle.Crypto.Digests.Gost3411_2012Digest);
Gost3411_2012_512Digest | Initializes a new instance of the Gost3411_2012_512Digest class |
Gost3411_2012_512Digest(Gost3411_2012_512Digest) | Initializes a new instance of the Gost3411_2012_512Digest 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) | (Inherited from Gost3411_2012Digest) |
DoFinal(Byte, Int32) | (Inherited from Gost3411_2012Digest) |
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) |