Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using FIPS 140-2 compliant JSSE and JCE

843811Feb 1 2006
I need to incorporate in our product (We are using jdk 1.5.) a FIPS 140-2 certified JSSE and JCE.

I have so far tried the following:

a. Downloaded IBM's FIPS compliant jars - running them I got an exception from the Sun code, saying that the JCE is using a cipher suite that is not exportable.

b. Downloaded RSA's BSAFE - I managed to get to the point that I have an SSLContext but when trying to connect to the server it threw an null pointer exception in com.rsa.ssl.tls1.SSLJav.a


Any help would be greatly appreciated.

I'll be glad to hear from anyone out there that managed (or tried and failed) to use any FIPS 140-2 compliant JCE and JSSE with jdk1.5.

Thanks,

Gaddy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2006
Added on Feb 1 2006
0 comments
386 views