public class GOST3411_2012_512Digest extends GOST3411_2012Digest
| Constructor and Description |
|---|
GOST3411_2012_512Digest() |
GOST3411_2012_512Digest(GOST3411_2012_512Digest other) |
| Modifier and Type | Method and Description |
|---|---|
Memoable |
copy()
Produce a copy of this object with its configuration and in its current state.
|
java.lang.String |
getAlgorithmName()
return the algorithm name
|
int |
getDigestSize()
return the size, in bytes, of the digest produced by this message digest.
|
doFinal, getByteLength, reset, reset, update, updatepublic GOST3411_2012_512Digest()
public GOST3411_2012_512Digest(GOST3411_2012_512Digest other)
public java.lang.String getAlgorithmName()
DigestgetAlgorithmName in interface DigestgetAlgorithmName in class GOST3411_2012Digestpublic int getDigestSize()
DigestgetDigestSize in interface DigestgetDigestSize in class GOST3411_2012Digestpublic Memoable copy()
MemoableThe returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
copy in interface Memoablecopy in class GOST3411_2012Digest