You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A successful JAR file verification occurs if the signature(s) are valid, and none of the files that were in the JAR file when the signatures were generated have been changed since then.
Python-javatools require more: we check that all MANIFEST.MF is correctly hashed (Oracle would allow new entries there), and that all JAR entries are correctly hashed in the manifest (Oracle would allow new entries).
The text was updated successfully, but these errors were encountered:
Oracle's Jar file specification describes JAR verification:
A successful JAR file verification occurs if the signature(s) are valid, and none of the files that were in the JAR file when the signatures were generated have been changed since then.
Python-javatools require more: we check that all
MANIFEST.MF
is correctly hashed (Oracle would allow new entries there), and that all JAR entries are correctly hashed in the manifest (Oracle would allow new entries).The text was updated successfully, but these errors were encountered: