Advertisement

[java] Signed Applets

Started by July 26, 2000 03:17 PM
2 comments, last by Wrathnut 24 years, 5 months ago
I have a question for you guys, how do you go about signing an applet? I''ved looked though all of my books and found jack, but on the sun site I saw something about RSA signed applets. Is this the same thing? War doesn't determine who is right, war determines who is left.
I just want to mention i would like to know this too.
I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work
Advertisement
Core Java Vol 2 has a chapter on Security which covers this. I have never done it though. It looks like you make a file to tell the different permissions you can give of which there are a few. What I wonder is how the user is asked if they want to download this file to their hard drive with the applet.
author of the Helping Phriendly Book
JDK''s come with tools to sign applets. Here is a link that covers signing in both 1.1 and 1.2:

http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html

This topic is closed to new replies.

Advertisement