-Dwayne
Brett wrote:
> Thanks for the help on the signing applet problem. I was able to generate a
> key/cert using keytool, sign an applet with jarsigner, and run it OK on my
> machine. When I moved the .jar, .class, and .html files to a server and
> tried to run the applet from a client machine I got another security
> exception. Any steps I need to take to run the applet from a remote server?
>
> Also, now that I can do file access with an applet, is it possible to gain
> access to a private key to allow a user to digitally sign using my applet?
> I'd like to make my applet capable of signing a document but I realize I'll
> need to get to the private key in order to allow that to happen.
>
> Thanks a ton for the help,
>
> Brett