Hi all,
I am using a thawte developer certificate in pkcs12 format, which was
imported into netscape, to build signed .jar files. To do this, I use
Netscape's SignTool v1.3.
I have produced a signed .jar file from a directory, using the command
"SIGNTOOL -d ... -k ... -Z c:\x.jar c:\x". This worked fine. Using
SIGNTOOL -v c:\x.jar returns the following result:
archive "c:\x.jar" has passed crypto verification.
status path
------------ -------------------
HASH FAILED Documents/ADRES.DOC
HASH FAILED Java/Sources/nl/ois/common/oissplash.jpg
verified Java/Sources/nl/ois/osv/Application.class
It seems that only .html, .class and .jpg files work. On other files, which
we need to include like the splashscreen picture, signtool returns the HASH
FAILED error.
Any ideas?
Thanks in advance,
Remco Joosse.