Signed Applets, How to.....

Could some one point me to a website that or tell me how to create a signed applet that allows the applet to create files on the client’s computer?

Thanks in advance.

Google and java.sun.com are your friends for these types of question. Try looking here

http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/contents.html
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/rsa_signing.html
http://java.sun.com/developer/technicalArticles/Security/Signed/index.html

Regards,

Andy.

Check my article about signing applets at: http://www.codeproject.com/useritems/KeyGuard.asp

It also points to my KeyGuard, which lets you sign your own applets.