vote up 1 vote down star

I developed an application that uses Apache XML security library for xml encryption and signing. It runs on SUN's JDK without any problems, however, IBM JDK gives me tons of problems.

It doesn't sign right (validation fails), pkcs11 provider fails to encrypt.

It seems that problem is because IBM provides their own security providers. I tried to comment out those providers (namely fips), and I almost managed to get same behaviour as on sun's jdk, except pkcs11 provider, which alwasy fails.

Any suggestions?

flag
Can you be more specific? What version of the IBM JDK are you using? Is there a stack trace that you get, or does the encryption simply produce bad output? – Ian McLaird Apr 17 at 15:34

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.