File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec/digest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public class MessageDigestAlgorithms {
9191 /**
9292 * The SHA3-224 hash algorithm defined in the FIPS PUB 202.
9393 * <p>
94- * Present in Oracle Java 9.
94+ * Likely to be included in Oracle Java 9 GA .
9595 * </p>
9696 *
9797 * @since 1.11
@@ -101,7 +101,7 @@ public class MessageDigestAlgorithms {
101101 /**
102102 * The SHA3-256 hash algorithm defined in the FIPS PUB 202.
103103 * <p>
104- * Present in Oracle Java 9.
104+ * Likely to be included in Oracle Java 9 GA .
105105 * </p>
106106 *
107107 * @since 1.11
@@ -111,7 +111,7 @@ public class MessageDigestAlgorithms {
111111 /**
112112 * The SHA3-384 hash algorithm defined in the FIPS PUB 202.
113113 * <p>
114- * Present in Oracle Java 9.
114+ * Likely to be included in Oracle Java 9 GA .
115115 * </p>
116116 *
117117 * @since 1.11
@@ -121,7 +121,7 @@ public class MessageDigestAlgorithms {
121121 /**
122122 * The SHA3-512 hash algorithm defined in the FIPS PUB 202.
123123 * <p>
124- * Present in Oracle Java 9.
124+ * Likely to be included in Oracle Java 9 GA .
125125 * </p>
126126 *
127127 * @since 1.11
You can’t perform that action at this time.
0 commit comments