Author
creating applet signing keys?
Jay Orsaw
Ranch Hand
Joined: Jun 14, 2011
Posts: 354
Just curious how I go about this, is there a site to buy them, or do we code them ourselves? Netbeans IDE creates it's own Key with a .ks and sets it to the applet automatically.... I would like my own tho...
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
posted Nov 10, 2012 20:10:15
0
Yes, you can create your own. Start reading at https://www.coderanch.com/how-to/java/HowCanAnAppletReadFilesOnTheLocalFileSystem
Android apps – ImageJ plugins – Java web charts
Jay Orsaw
Ranch Hand
Joined: Jun 14, 2011
Posts: 354
Couldn't find much in there, I looked up "keystore" is that all I need?
http://docs.oracle.com/javase/6/docs/api/java/security/KeyStore.html
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
posted Nov 12, 2012 23:12:40
0
Look harder. Especially the article on sas.com explains what you need to do.
subject: creating applet signing keys?