Skip to content
Advertisement

Java Bouncy Castle OCSP Url

I am using bouncy castle 1.48 to verify certificate validation with OCSP. It works good. But I’m using Ocsp Url as static variable and I want to read it from certificate. Url is written in certificate as Authority Info Access

JavaScript

I got org.bouncycastle.asn1.x509.AuthorityInformationAccess object from certificate

JavaScript

which writes AuthorityInformationAccess: Oid(1.3.6.1.5.5.7.48.1) but cant get Url from there

Advertisement

Answer

I found the way.

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement