Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class HashAlgorithm

java.lang.Object
  extended by org.bouncycastle.crypto.tls.HashAlgorithm

public class HashAlgorithm
extends java.lang.Object

RFC 5246 7.4.1.4.1


Field Summary
static short md5
           
static short none
           
static short sha1
           
static short sha224
           
static short sha256
           
static short sha384
           
static short sha512
           
 
Constructor Summary
HashAlgorithm()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HashAlgorithm

public HashAlgorithm()

Bouncy Castle Cryptography Library 1.49