Digest
, ExtendedDigest
, Memoable
public class GOST3411_2012_512Digest extends GOST3411_2012Digest
Constructor | Description |
---|---|
GOST3411_2012_512Digest() |
|
GOST3411_2012_512Digest(GOST3411_2012_512Digest other) |
Modifier and Type | Method | 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, update
public GOST3411_2012_512Digest()
public GOST3411_2012_512Digest(GOST3411_2012_512Digest other)
public java.lang.String getAlgorithmName()
Digest
getAlgorithmName
in interface Digest
getAlgorithmName
in class GOST3411_2012Digest
public int getDigestSize()
Digest
getDigestSize
in interface Digest
getDigestSize
in class GOST3411_2012Digest
public Memoable copy()
Memoable
The 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 Memoable
copy
in class GOST3411_2012Digest