bc-java
bc-java copied to clipboard
how to build OCSP response with existing signature
hi guys, previously we use this method "public BasicOCSPResp build(ContentSigner signer, X509CertificateHolder[] chain, java.util.Date producedAt) to build an OCSP response with ContentSigner initialized with a signing privatekey and algorithm, now we want to implement this more safely and migrate the signing piece to AWS KMS, do Bouncy Castle has a method to generate OCSP response with existing signature? (not ContentSigner) Thanks a lot for your help!