|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.DigestAlgorithm
public class DigestAlgorithm
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 |
---|
public static final int NULL
public static final int MD5
public static final int SHA
public static final int SHA256
public static final int SHA384
public static final int SHA512
Constructor Detail |
---|
public DigestAlgorithm()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |