Re: what is the use of jarsigner's -verfiy option
Posted By:
Sebastien_Spas
Posted On:
Friday, June 1, 2001 11:22 AM
IT allows to check if your jar hasn't been corrupted seen it was signed.
Try to sign your jar, then update by changing one class file, and try to verify it, you'll got an exception.