Implement support for automated signing of the
generated update .jar files and verifying these
signatures. It is not very difficult to sign a file and verify
signature, there is a good tutorial at
http://java.sun.com/docs/books/tutorial/jar/sign/intro.ht
ml.
Logged In: YES
user_id=1141772
hey Audri,
So, you want me to write a program which can automatically
sign these files whenever a change is made to them?
I have gone through the link and I think it is pretty
straightforward - I mean I understand the functionality of
jar signing. I still need to figure out the api necessary to
automate this task - if that is what is intended.
Anoop