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!

java.io.IOException: Integrity check failed java.lang.SecurityException:

843811Nov 24 2005 — edited Apr 25 2006
Hi,

The bellow line of code causing problems.

ks.load(fis, keystorePass.toCharArray());

This is throwing errors / exceptions are like this.

###################################

java.io.IOException: Integrity check failed java.lang.SecurityException: Failed PKCS12 integrity checking
at com.sun.net.ssl.internal.ssl.PKCS12KeyStore.engineLoad(DashoA12275)
at java.security.KeyStore.load(KeyStore.java:652)
at ie.sd.clmn.soap.ColmanSignature.main(ColmanSignature.java:58)
Caused by: java.lang.SecurityException: Failed PKCS12 integrity checking
... 3 more
Exception in thread "main"
################################################

any one came accross this earlier plz help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2006
Added on Nov 24 2005
1 comment
10,097 views