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

