May 3, 2018
Microsoft Windows
How to Check the Validity of a Signed JAR File
Check the Validity of a Signed JAR File Use the command jarsigner -verify -verbose -certs *.jar to see the validity and other details of the signed jar files. JDK should be installed on your system and you need to run the command from the JDK bin directory. Here …