Skip to content

Commit 82c7bbf

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744341 13f79535-47bb-0310-9956-ffa450edef68
1 parent a6130f9 commit 82c7bbf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ public class MessageDigestAlgorithms {
5050
*/
5151
public static final String SHA_1 = "SHA-1";
5252

53+
/**
54+
* The SHA-224 hash algorithm defined in the FIPS PUB 180-3.
55+
* <p>
56+
* Present in Oracle Java 8.
57+
* </p>
58+
*/
5359
public static final String SHA_224 = "SHA_224";
5460

5561
/**

0 commit comments

Comments
 (0)