esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
Applet Security and Code Signing

Applets are contained within a security 'sandbox'. For obvious reasons, an applet can't execute malicious code on the user's machine (like reading or writing local files). However, there's a workaround. The latest browsers understand the notion of 'trusted' applets and allow those applets to work outside the sandbox. To make such a trusted applet, you need to digitally sign your code with a unforgeable digital ID which you can buy from a Certificate Authority. The browser will explicitely ask the user if he trusts applets signed by this ID before permitting it to do its thing.

Related Categories

Security (java.security.*), JApplet Security and Code Signing

Featured Books


Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        How do I sign an Applet?
        How do I sign an Applet to use with Netscape?
        How do I sign an Applet to use with IE?


      Further Information (sorted alphabetically)
      Faq's:

      Tutorials:

      Articles:

      Related Links:

      Related Books:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.