Currently I'm working on a project which uses the IAIK JCE provider to do a lot of RSA encryptions and decryptions. Especially the decryptions are not very fast. I'm looking for a way to speed up these decryptions.
I am getting an IllegalAccessException trying to invoke a public method on an HttpSession object. I would try to invoke the method in a regular Servlet and it won't allow reflection permission. Please tell me how to modify my security settings so I have access to reflection.