Cipher.getInstance("DESede") results in StackOverflowError from an Applet over HTTPS

2005-11-22 Thread rakesh.raja
Hi Folks, Has anybody faced the following issue ? Cipher.getInstance("DESede") --> results in StackOverflowError from an Applet over HTTPS. I have an Applet which I am loading and calling from a client .jsp (in IE) and the Web Server is TomCat5.0 The above line of code in the applet

java.security.AccessControlException: access denied (java.security.SecurityPermission insertProvider.SunJCE)

2005-11-21 Thread rakesh.raja
Hi, I am having a problem in using Security(JCE) packages in an Applet. I am using IE and TomCat5.0 for deployment. The same piece of code(reproduced below) run as a Java Application in Eclipse works fine. However, when the same applet is loaded through a .jsp page in IE, the following