Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.tls
Class DigestAlgorithm

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

public class DigestAlgorithm
extends java.lang.Object


Field Summary
static int MD5
           
static int NULL
           
static int SHA
           
static int SHA256
           
static int SHA384
           
 
Constructor Summary
DigestAlgorithm()
           
 
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
See Also:
Constant Field Values

MD5

public static final int MD5
See Also:
Constant Field Values

SHA

public static final int SHA
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
Constructor Detail

DigestAlgorithm

public DigestAlgorithm()

Bouncy Castle Cryptography 1.46