ZaphodBBX / eidlib

Automatically exported from code.google.com/p/eidlib
0 stars 0 forks source link

java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tried the verifyOCSP like this:
out.println("OCSP validation:" + 
Boolean.toString(eID.verifyOCSP(eID.getCertificateChain())));

gives a stacktrace

saying the bouncycastleProvider can't be found.
imported the newest veresion of bouncycastle's project, but no improvement.
Are you using a specific version?

Original issue reported on code.google.com by vangoeth...@gmail.com on 8 Feb 2012 at 7:28