• 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

how to register a provider in a applet

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello!
i need to use OpenPgp for data encryption in a applet/servlet enviroment.can someone please tell me what are the steps to register a provider at a applet.
i am finding exception access denied when i call..
java.security.security.addProvider(...)
i am using java plugin 1.4.0 b3 with IE.
thankx
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satyenda -
What's missing on the client side is the permissions necessary to accept a security provider that's being specified by the server (via the applet code).
Does your plug-in allow you to incorporate a policy file on the client-side that would make it permissible to change security on the client from a remote location?
------------------
Michael Ernest, co-author of: The Complete Java 2 Certification Study Guide
 
satyendra adhikari
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you mean changing policy file..yes i can change the policy file.please let me know what right i should give to my applet code so that it can only perform the required task .
regards
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic