<div dir="ltr">Hello,<br><br>Starting from JDK 19, SHA-384 is replacing SHA-256 as the default digest algorithm in the jarsigner: <a href="https://bugs.openjdk.org/browse/JDK-8283475">https://bugs.openjdk.org/browse/JDK-8283475</a> <br><br>This means that the string "SHA-384" is now written multiples times is the MANIFEST files, this has been tackled in the past by adding the string "SHA-256" as a KNOWN_NAME that shouldn't be duplicated in memory: <a href="https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/util/jar/Attributes.java#L729">https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/util/jar/Attributes.java#L729</a><div><br></div><div>Is it possible to do the same with "SHA-384"?<br><br>Thanks,<br></div></div>