|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.digests.GOST3411_2012Digest
org.bouncycastle.crypto.digests.GOST3411_2012_512Digest
implementation of GOST R 34.11-2012 512-bit
Field Summary |
Fields inherited from class org.bouncycastle.crypto.digests.GOST3411_2012Digest |
purpose |
Constructor Summary | |
GOST3411_2012_512Digest()
|
|
GOST3411_2012_512Digest(CryptoServicePurpose purpose)
|
|
GOST3411_2012_512Digest(GOST3411_2012_512Digest other)
|
Method Summary | |
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. |
Methods inherited from class org.bouncycastle.crypto.digests.GOST3411_2012Digest |
doFinal, getByteLength, reset, reset, update, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GOST3411_2012_512Digest(CryptoServicePurpose purpose)
public GOST3411_2012_512Digest()
public GOST3411_2012_512Digest(GOST3411_2012_512Digest other)
Method Detail |
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
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |