BasicOcspRespGeneratorGenerate(ISignatureFactory, X509Certificate, DateTime) Method
Generate the signed response using the passed in signature calculator.
Namespace: Org.BouncyCastle.OcspAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function Generate(signatureCalculatorFactory, chain, producedAt);
- signatureCalculatorFactory ISignatureFactory
- Implementation of signing calculator factory.
- chain X509Certificate
- The certificate chain associated with the response signer.
- producedAt DateTime
- "produced at" date.
BasicOcspResp