bc-csharp
bc-csharp copied to clipboard
Adds authorization information access to the certificate
Why can't I find an instance to add authorization information access to the certificate?
If I want to generate a certificate with OCSP, do I need to add the extension 'authorization information access' to the certificate?
@qq1176914912 use the Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess class and its instance in the certificate generator Org.BouncyCastle.X509.X509V3CertificateGenerator.