FYI
This seems to relate to tomcat bug 26372.
On Sun, 2005-02-20 at 09:00 +1100, Adam Jenkins wrote:
> Hi All,
>
> I'm getting a really odd error when I try to init a ciphers (or any
> other artifact for that matter) using BC as the provider in tomcat 5.5.7
> (struts application).
>
> The call
Hi All,
I'm getting a really odd error when I try to init a ciphers (or any
other artifact for that matter) using BC as the provider in tomcat 5.5.7
(struts application).
The call is simply
final Cipher rsaCipher = Cipher.getInstance("RSA/ECB/PKCS1Padding",
"BC");
and I get the following:
jav