bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

how to build OCSP response with existing signature

Open wgn1993 opened this issue 3 years ago • 0 comments

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!

wgn1993 avatar Aug 22 '22 10:08 wgn1993