Package org.bouncycastle.tls.crypto
Class CryptoHashAlgorithm
- java.lang.Object
-
- org.bouncycastle.tls.crypto.CryptoHashAlgorithm
-
public abstract class CryptoHashAlgorithm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CryptoHashAlgorithm()
-
-
-
Field Detail
-
md5
public static final int md5
- See Also:
- Constant Field Values
-
sha1
public static final int sha1
- See Also:
- Constant Field Values
-
sha224
public static final int sha224
- See Also:
- Constant Field Values
-
sha256
public static final int sha256
- See Also:
- Constant Field Values
-
sha384
public static final int sha384
- See Also:
- Constant Field Values
-
sha512
public static final int sha512
- See Also:
- Constant Field Values
-
sm3
public static final int sm3
- See Also:
- Constant Field Values
-
-