All,
Is there a good free Java utility that shows you the key that a JAR file was signed by?
I have a number of JAR files referenced in my application - I want to know which ones were signed by the same certificate.
Basically I want to know this as when I am running my JNLP file (hurray!) I am greeted with the message "JAR resources in the JNLP file are not signed by the same certificate".
I have looked at jar resources in jnlp are not signed by the same certificate
I have quite a few JARS so a utility would come in handy.
Edit
The main question is was there a tool that can show me which JARs were signed by which certificate. Unfortunately the jarsigner tool only tells me if they are signed or not - not by who/what.
Unfortunately I have still not found any tool as yet.
end Edit
Cheers,
Andez