Digital signature problem
Hi guys,
I implemented a method for the digital signature exactly as it is described here:
http://java.sun.com/docs/books/tutorial/security/apisign/gensig.html
it is very useful and it worked.... but now it doesn't work anymore, I really don't know the reason.
I tested it... but now the method always return "false", even when I use valid files. I did not modify neither the source code or the files....
Thank you

