You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Finn, Michael" <mi...@frontiercorp.com> on 2003/05/27 17:10:23 UTC

RE: do we have jarsigner tar in ant?

signjar doesn't give you what you need?

-----Original Message-----
From: Verma, Nitin (GECP, OTHER, 529706) [mailto:NITIN.VERMA@APPL.GE.COM]
Sent: Tuesday, May 27, 2003 11:11 AM
To: Ant Users List
Subject: do we have jarsigner tar in ant?




Not able to find any task like this on ant.apache.org! 
Help! 

$ jarsigner 
Usage: jarsigner [options] jar-file alias 
       jarsigner -verify [options] jar-file 

  [-keystore <url>]           keystore location 

  [-storepass <password>]     password for keystore integrity 

  [-storetype <type>]         keystore type 

  [-keypass <password>]       password for private key (if different) 

  [-sigfile <file>]           name of .SF/.DSA file 

  [-signedjar <file>]         name of signed JAR file 

  [-verify]                   verify a signed JAR file 

  [-verbose]                  verbose output when signing/verifying 

  [-certs]                    display certificates when verbose and
verifying 

  [-internalsf]               include the .SF file inside the signature
block 

  [-sectionsonly]             don't compute hash of entire manifest 

  [-provider]                 name of cryptographic service provider's
master class file 
  ...