|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.codec.digest.MessageDigestAlgorithms
public class MessageDigestAlgorithms
Standard MessageDigest
algorithm names from the Java Cryptography Architecture Standard Algorithm Name
Documentation.
Field Summary | |
---|---|
static String |
MD2
The MD2 message digest algorithm defined in RFC 1319. |
static String |
MD5
The MD5 message digest algorithm defined in RFC 1321. |
static String |
SHA_1
The SHA-1 hash algorithm defined in the FIPS PUB 180-2. |
static String |
SHA_256
The SHA-256 hash algorithm defined in the FIPS PUB 180-2. |
static String |
SHA_384
The SHA-384 hash algorithm defined in the FIPS PUB 180-2. |
static String |
SHA_512
The SHA-512 hash algorithm defined in the FIPS PUB 180-2. |
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 String MD2
public static final String MD5
public static final String SHA_1
public static final String SHA_256
public static final String SHA_384
public static final String SHA_512
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |