@@ -221,7 +221,8 @@ public static MessageDigest getSha256Digest() {
221221 *
222222 * @return An SHA3-224 digest instance.
223223 * @throws IllegalArgumentException
224- * when a {@link NoSuchAlgorithmException} is caught, which should not happen on Oracle Java 9 and greater.
224+ * when a {@link NoSuchAlgorithmException} is caught, which should not happen on
225+ * Oracle Java 9 andgreater.
225226 * @see MessageDigestAlgorithms#SHA3_224
226227 * @since 1.12
227228 */
@@ -234,7 +235,8 @@ public static MessageDigest getSha3_224Digest() {
234235 *
235236 * @return An SHA3-256 digest instance.
236237 * @throws IllegalArgumentException
237- * when a {@link NoSuchAlgorithmException} is caught, which should not happen on Oracle Java 9 and greater.
238+ * when a {@link NoSuchAlgorithmException} is caught, which should not happen on
239+ * Oracle Java 9 and greater.
238240 * @see MessageDigestAlgorithms#SHA3_256
239241 * @since 1.12
240242 */
@@ -247,7 +249,8 @@ public static MessageDigest getSha3_256Digest() {
247249 *
248250 * @return An SHA3-384 digest instance.
249251 * @throws IllegalArgumentException
250- * when a {@link NoSuchAlgorithmException} is caught, which should not happen on Oracle Java 9 and greater.
252+ * when a {@link NoSuchAlgorithmException} is caught, which should not happen on
253+ * Oracle Java 9 and greater.
251254 * @see MessageDigestAlgorithms#SHA3_384
252255 * @since 1.12
253256 */
@@ -260,7 +263,8 @@ public static MessageDigest getSha3_384Digest() {
260263 *
261264 * @return An SHA3-512 digest instance.
262265 * @throws IllegalArgumentException
263- * when a {@link NoSuchAlgorithmException} is caught, which should not happen on Oracle Java 9 and greater.
266+ * when a {@link NoSuchAlgorithmException} is caught, which should not happen
267+ * on Oracle Java 9 and greater.
264268 * @see MessageDigestAlgorithms#SHA3_512
265269 * @since 1.12
266270 */
@@ -273,8 +277,8 @@ public static MessageDigest getSha3_512Digest() {
273277 *
274278 * @return An SHA-384 digest instance.
275279 * @throws IllegalArgumentException
276- * when a {@link NoSuchAlgorithmException} is caught, which should never happen because SHA-384 is a
277- * built-in algorithm
280+ * when a {@link NoSuchAlgorithmException} is caught, which should never happen
281+ * because SHA-384 is a built-in algorithm
278282 * @see MessageDigestAlgorithms#SHA_384
279283 */
280284 public static MessageDigest getSha384Digest () {
@@ -286,8 +290,8 @@ public static MessageDigest getSha384Digest() {
286290 *
287291 * @return An SHA-512 digest instance.
288292 * @throws IllegalArgumentException
289- * when a {@link NoSuchAlgorithmException} is caught, which should never happen because SHA-512 is a
290- * built-in algorithm
293+ * when a {@link NoSuchAlgorithmException} is caught, which should never happen
294+ * because SHA-512 is a built-in algorithm
291295 * @see MessageDigestAlgorithms#SHA_512
292296 */
293297 public static MessageDigest getSha512Digest () {
0 commit comments