-
Do I have to purchase a signed applet
I have an applet that I believe needs to be signed.
I am reading the HowTo of signing applets at:
http://java.sun.com/products/plugin/...a_signing.html
The web page says there are three steps.
1) Signing tool (I shall use jarsigner)
2) RSA certificates
My question is do I need to purchase this?
if so how much does one cost?
Quote from web page:
"RSA certificates may be purchased from a ertificate Authority (CA) that supports RSA, such as VeriSign and Thawte."
3) Make applet into jar and bundle
-
If you are not planing to distribute your applet widely (e.g only using on local LAN) then you may create your own certificate using the jarsign tool. You will have to install the ceritficate manually on each machine where you want to use the applet. Following URL details the procedure:
http://www.suitable.com
RSA certifcate does not need this manual installation hence preferred if you are distributing widely but cost money.
But in JRE 1.4 the security model has been modified slightly - it uses "policytool" that comes with JRE. I wrote few signed applets way back in 1999 using JDK 1.2 and everything worked but when I wanted to see its working few months back on JRE 1.4 it prompted with a msg saying "old security extension using browser certifcate is not supported ....see policytool...something like this ". I do not remember the msg very clearly but I did not try anything on 1.4.
Hope this helps.
Pankaj
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks