C:\Documents and Settings\mgallant\desktop>javac signedparmj2.java C:\Documents and Settings\mgallant\desktop>jar -cvf signedparmj2.jar signedparmj2.class added manifest adding: signedparmj2.class(in = 1454) (out= 825)(deflated 43%) C:\Documents and Settings\mgallant\desktop>jarsigner -verbose -keystore thawte.keystore signedparmj2.jar migrsa Enter Passphrase for keystore: xxxxxxxxxxxxxx updating: META-INF/MANIFEST.MF adding: META-INF/MIGRSA.SF adding: META-INF/MIGRSA.RSA signing: signedparmj2.class C:\Documents and Settings\mgallant\desktop>jarsigner -verify -verbose -certs signedparmj2.jar 144 Thu Jul 12 09:36:26 EDT 2001 META-INF/MANIFEST.MF 197 Thu Jul 12 09:36:26 EDT 2001 META-INF/MIGRSA.SF 3537 Thu Jul 12 09:36:26 EDT 2001 META-INF/MIGRSA.RSA 0 Thu Jul 12 09:30:12 EDT 2001 META-INF/ sm 1454 Thu Jul 12 09:26:26 EDT 2001 signedparmj2.class X.509, CN=security.nortelnetworks.com, OU=IS, O=Nortel Networks, L=Ottawa, ST=Ontario, C=CA X.509, CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 E ntrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US X.509, EmailAddress=server-certs@thawte.com, CN=Thawte Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA s = signature was verified m = entry is listed in manifest k = at least one certificate was found in keystore i = at least one certificate was found in identity scope jar verified. C:\Documents and Settings\mgallant\desktop>