BasicOcspRespGeneratorGenerate(ISignatureFactory, X509Certificate, DateTime) Method

Generate the signed response using the passed in signature calculator.

Definition

Namespace: Org.BouncyCastle.Ocsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public BasicOcspResp Generate(
	ISignatureFactory signatureCalculatorFactory,
	X509Certificate[] chain,
	DateTime producedAt
)

Parameters

signatureCalculatorFactory  ISignatureFactory
Implementation of signing calculator factory.
chain  X509Certificate
The certificate chain associated with the response signer.
producedAt  DateTime
"produced at" date.

Return Value

BasicOcspResp

See Also