Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is Bouncy Castle supported by default as an encryption provider?

Former Member
0 Kudos

Hello,

I need to encrypt data with RSA using Bouncy Castle (BC) as the provider.

I have coded something in java that uses BC:

Cipher cipher = Cipher.getInstance("RSA/NONE/PKCS1Padding","BC");

deployed it to the portal and it seems to be working without registering BC jar file first. Is BC supported on the portal server by default as I can seem to find its library on the server on one hand but the code is working as is on the other.

Roy

1 REPLY 1

Former Member
0 Kudos

Got the answer - It's not.

The jar with shipped with the ear file I've deployed.