Security.addProvider with JDK 7 update 21
1006132Apr 29 2013 — edited Jun 19 2013Hello,
as of JDK 7 update 21 the following method call throws a security exception when running inside of an applet.
The applet and bcprov.jar is signed with a valid certificate:
Security.addProvider(new BouncyCastleProvider());
With JDK 7 update 17 it still worked.