Package org.apache.commons.codec.digest
Class MessageDigestAlgorithms
java.lang.Object
org.apache.commons.codec.digest.MessageDigestAlgorithms
Standard 
MessageDigest algorithm names from the Java Cryptography Architecture Standard Algorithm Name
 Documentation.
 This class is immutable and thread-safe.
- Java 8 and up: SHA-224.
- Java 9 and up: SHA3-224, SHA3-256, SHA3-384, SHA3-512.
- Since:
- 1.7
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe MD2 message digest algorithm defined in RFC 1319.static final StringThe MD5 message digest algorithm defined in RFC 1321.static final StringThe SHA-1 hash algorithm defined in the FIPS PUB 180-2.static final StringThe SHA-224 hash algorithm defined in the FIPS PUB 180-3.static final StringThe SHA-256 hash algorithm defined in the FIPS PUB 180-2.static final StringThe SHA-384 hash algorithm defined in the FIPS PUB 180-2.static final StringThe SHA-512 hash algorithm defined in the FIPS PUB 180-2.static final StringThe SHA-512 hash algorithm defined in the FIPS PUB 180-4.static final StringThe SHA-512 hash algorithm defined in the FIPS PUB 180-4.static final StringThe SHA3-224 hash algorithm defined in the FIPS PUB 202.static final StringThe SHA3-256 hash algorithm defined in the FIPS PUB 202.static final StringThe SHA3-384 hash algorithm defined in the FIPS PUB 202.static final StringThe SHA3-512 hash algorithm defined in the FIPS PUB 202.
- 
Method Summary
- 
Field Details- 
MD2The MD2 message digest algorithm defined in RFC 1319.- See Also:
 
- 
MD5The MD5 message digest algorithm defined in RFC 1321.- See Also:
 
- 
SHA_1The SHA-1 hash algorithm defined in the FIPS PUB 180-2.- See Also:
 
- 
SHA_224The SHA-224 hash algorithm defined in the FIPS PUB 180-3.Present in Oracle Java 8. - Since:
- 1.11
- See Also:
 
- 
SHA_256The SHA-256 hash algorithm defined in the FIPS PUB 180-2.- See Also:
 
- 
SHA_384The SHA-384 hash algorithm defined in the FIPS PUB 180-2.- See Also:
 
- 
SHA_512The SHA-512 hash algorithm defined in the FIPS PUB 180-2.- See Also:
 
- 
SHA_512_224The SHA-512 hash algorithm defined in the FIPS PUB 180-4.Included starting in Oracle Java 9. - Since:
- 1.14
- See Also:
 
- 
SHA_512_256The SHA-512 hash algorithm defined in the FIPS PUB 180-4.Included starting in Oracle Java 9. - Since:
- 1.14
- See Also:
 
- 
SHA3_224The SHA3-224 hash algorithm defined in the FIPS PUB 202.Included starting in Oracle Java 9. - Since:
- 1.11
- See Also:
 
- 
SHA3_256The SHA3-256 hash algorithm defined in the FIPS PUB 202.Included starting in Oracle Java 9. - Since:
- 1.11
- See Also:
 
- 
SHA3_384The SHA3-384 hash algorithm defined in the FIPS PUB 202.Included starting in Oracle Java 9. - Since:
- 1.11
- See Also:
 
- 
SHA3_512The SHA3-512 hash algorithm defined in the FIPS PUB 202.Included starting in Oracle Java 9. - Since:
- 1.11
- See Also:
 
 
- 
- 
Method Details- 
valuesGets all constant values defined in this class.- Returns:
- all constant values defined in this class.
- Since:
- 1.11
 
 
-