org.bouncycastle.crypto.tls
Class HashAlgorithm
java.lang.Object
org.bouncycastle.crypto.tls.HashAlgorithm
public class HashAlgorithm
- extends java.lang.Object
RFC 5246 7.4.1.4.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
none
public static final short none
- See Also:
- Constant Field Values
md5
public static final short md5
- See Also:
- Constant Field Values
sha1
public static final short sha1
- See Also:
- Constant Field Values
sha224
public static final short sha224
- See Also:
- Constant Field Values
sha256
public static final short sha256
- See Also:
- Constant Field Values
sha384
public static final short sha384
- See Also:
- Constant Field Values
sha512
public static final short sha512
- See Also:
- Constant Field Values
HashAlgorithm
public HashAlgorithm()