The PROSIGN utility signs and verifies archives created with the PROSIGN utility. Its syntax is:

Operating system Syntax
UNIX, Windows
PROSIGN [option...]
Note: The PROSIGN utility is based on the Java jarsign command. The options are similar to the Java jarsigner command operation modifiers. For more information about jarsigner, see the Java documentation.
option

The following table lists the options and their descriptions:

Option Description
--alias alias-name Keystore alias. This option may occur multiple times.
--archive input-archive-filename The archive file being signed and verified.
--jarsignerarg [jarsignerOption] Pass-through argument to Java jarsigner. This option may occur multiple times. For more information, see the Java documentation.
--signedarchive output-archive-filename The name of the signed archive file.
--verbose Displays verbose messages.
--verify Verifies archive signature.
--help Displays help messages.