0

I need some java implementation to read the incoming server certificate. From that I need to get the OCSP url to check for revocation.

Thanks

dsmishra1981
  • 49
  • 1
  • 8

1 Answers1

0

I had to include bouncy castle provider jar in order to make this work.

One more related query:

Say the product is divided into two repository. Accurev and GIT. We are using bouncycastle library in GIT platform code. The platform runs on Android.

But my application runs in accurev code. Thats the reason, I had to include the bouncy castle jar into my application java project. But I don't want to do this.

Q. I want to access the bouncy castle class files which runs in GIT from Accurev application code. Is this feasible ?

dsmishra1981
  • 49
  • 1
  • 8