Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class DigestAlgorithm

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

Deprecated. use MACAlgorithm constants instead

public class DigestAlgorithm
extends java.lang.Object

RFC 2246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int MD5
          Deprecated.  
static int NULL
          Deprecated.  
static int SHA
          Deprecated.  
static int SHA256
          Deprecated.  
static int SHA384
          Deprecated.  
static int SHA512
          Deprecated.  
 
Constructor Summary
DigestAlgorithm()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
Deprecated. 
See Also:
Constant Field Values

MD5

public static final int MD5
Deprecated. 
See Also:
Constant Field Values

SHA

public static final int SHA
Deprecated. 
See Also:
Constant Field Values

SHA256

public static final int SHA256
Deprecated. 
See Also:
Constant Field Values

SHA384

public static final int SHA384
Deprecated. 
See Also:
Constant Field Values

SHA512

public static final int SHA512
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DigestAlgorithm

public DigestAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.49