public final class GOST3411_2012_256Digest extends GOST3411_2012Digest
purpose
Constructor and Description |
---|
GOST3411_2012_256Digest() |
GOST3411_2012_256Digest(CryptoServicePurpose purpose) |
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, update
public GOST3411_2012_256Digest(CryptoServicePurpose purpose)
public GOST3411_2012_256Digest()
public GOST3411_2012_256Digest(GOST3411_2012_256Digest 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 int doFinal(byte[] out, int outOff)
Digest
doFinal
in interface Digest
doFinal
in class GOST3411_2012Digest
out
- 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()
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