Implementing a Signed Applet

We have an applet that basically gets a *.prn file from a repository and presents the file to the user to print. It invokes the default printer on the client's workstation and sends the *.prn to the printer. The *.prn is then removed from memory so there's no way to store the file locally.

The issue is we need to digitally sign the applet. Is there a resource I can reference that tells me how to do this? We are purchasing the signature from Verisign, but am not sure how to sign the applet.

Any/all help and guidance is appreciated.

Thanks,

-Wes

[582 byte] By [wjnortha] at [2007-9-29 13:21:50]
# 1
Signed applets can be prepared by creating a certificate yourself.Please follow the instructions given in this link. I,ve been using this for quite sometime to create signed applets... http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html#appli
Arun_Natesana at 2007-7-15 3:36:14 > top of Java-index,Security,Signed Applets...