public final class GOST3411_2012_256Digest extends GOST3411_2012Digest
| Constructor and Description |
|---|
GOST3411_2012_256Digest() |
GOST3411_2012_256Digest(GOST3411_2012_256Digest other) |
| Modifier and Type | Method and Description |
|---|---|
Memoable |
copy()
Produce a copy of this object with its configuration and in its current state.
|
int |
doFinal(byte[] out,
int outOff)
close the digest, producing the final digest value.
|
java.lang.String |
getAlgorithmName()
return the algorithm name
|
int |
getDigestSize()
return the size, in bytes, of the digest produced by this message digest.
|
getByteLength, reset, reset, update, updatepublic GOST3411_2012_256Digest()
public GOST3411_2012_256Digest(GOST3411_2012_256Digest other)
public java.lang.String getAlgorithmName()
DigestgetAlgorithmName in interface DigestgetAlgorithmName in class GOST3411_2012Digestpublic int getDigestSize()
DigestgetDigestSize in interface DigestgetDigestSize in class GOST3411_2012Digestpublic int doFinal(byte[] out,
int outOff)
DigestdoFinal in interface DigestdoFinal in class GOST3411_2012Digestout - the array the digest is to be copied into.outOff - the offset into the out array the digest is to start at.public 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