Skip to content

Commit fc18ae9

Browse files
committed
[CODEC-195]No point in adding SHA_224 to a class which is now deprecated
[CODEC-211]New code should use the enum instead git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1743826 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2a6c6ca commit fc18ae9

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ private MessageDigestAlgorithms() {
5454
*/
5555
public static final String SHA_1 = "SHA-1";
5656

57-
/**
58-
* The SHA-224 hash algorithm defined in the FIPS PUB 180-4.
59-
* <p>
60-
* Java 8 only.
61-
* </p>
62-
*
63-
* @since 1.11
64-
*/
65-
public static final String SHA_224 = "SHA-224";
66-
6757
/**
6858
* The SHA-256 hash algorithm defined in the FIPS PUB 180-2.
6959
*/

0 commit comments

Comments
 (0)