Class Gost3411_2012_512Digest
- Namespace
- Org.BouncyCastle.Crypto.Digests
- Assembly
- BouncyCastle.Cryptography.dll
public class Gost3411_2012_512Digest : Gost3411_2012Digest, IDigest, IMemoable
- Inheritance
-
Gost3411_2012_512Digest
- Implements
- Inherited Members
Constructors
Gost3411_2012_512Digest()
public Gost3411_2012_512Digest()
Gost3411_2012_512Digest(Gost3411_2012_512Digest)
public Gost3411_2012_512Digest(Gost3411_2012_512Digest other)
Parameters
otherGost3411_2012_512Digest
Properties
AlgorithmName
The algorithm name.
public override string AlgorithmName { get; }
Property Value
Methods
Copy()
Produce a copy of this object with its configuration and in its current state.
public override IMemoable Copy()
Returns
Remarks
The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
GetDigestSize()
Return the size, in bytes, of the digest produced by this message digest.
public override int GetDigestSize()
Returns
- int
The size, in bytes, of the digest produced by this message digest.