• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Signed Applet

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Halo ,
now I am trying to develope an applet, but i face some problem which is the applet need to grant some permission...
Since applet will put on the network for testing purpose, i dont want edit the policy file for each computer on the network, so i wanna ask how to grant permission from applet so let the user grant permission ? which mean will prompt out message when user open the applet..
I read through many article but me quite confuse... whether the applet must get cert from CA to do that ? or can sign by myself?
Please tell me how to do the comfirm box can auto prompt out when user open the applet.
Thanks for reply.
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,
Well for making a signed applet you can self sign an applet and you have to grant permission in java.policy file of your server and when it would work properly, and as far as I ahev seen most of the signed applets are self sign as I myself mad a signed applet for our users and I realised it is not necessary that applet should be authenticate by the CA or verisign.
Thanks
 
Jasmine kaur
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Please see this link You can see the following links for refernces.
http://www.ryerson.ca/~dgrimsha/courses/cps530/securityIntor2.html
http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/policytool.html#Introduction
and it would be very helpful for u and for further queries please do ask.
Thanks
 
Shuang mu
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the answer, i get what i need..=)
 
I miss the old days when I would think up a sinister scheme for world domination and you would show a little emotional support. So just look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic