views:

79

answers:

0

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?