NonStop Server for Java 7.0 Tools Reference Pages

5 jarsigner: JAR Signing and Verification Tool
The jarsigner tool generates signatures for Java Archive (JAR) files and verifies the signatures of
signed JAR files. For more information on jarsigner tool, see the Oracle Java documentation for
jarsigner.
Synopsis
For signing:
jarsigner [ options ] jar-file alias
For verifying:
jarsigner -verify [ options ] jar-file
See Also:
“jar: Java Archive Tool” (page 16)
“keytool: Key and Certificate Management Tool” (page 36)
The Security trail of the Java Tutorial for examples of the use of the jarsigner tool
Synopsis 17