Package org.bouncycastle.tls.crypto
Class CryptoHashAlgorithm
java.lang.Object
org.bouncycastle.tls.crypto.CryptoHashAlgorithm
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
md5
public static final int md5- See Also:
-
sha1
public static final int sha1- See Also:
-
sha224
public static final int sha224- See Also:
-
sha256
public static final int sha256- See Also:
-
sha384
public static final int sha384- See Also:
-
sha512
public static final int sha512- See Also:
-
sm3
public static final int sm3- See Also:
-
gostr3411_2012_256
public static final int gostr3411_2012_256- See Also:
-
-
Constructor Details
-
CryptoHashAlgorithm
public CryptoHashAlgorithm()
-