C# Class EU.Europa.EC.Markt.Dss.Validation.Ocsp.OfflineOCSPSource

Abstract class that helps to implements OCSPSource with a already loaded list of BasicOCSPResp
Inheritance: IOcspSource
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
GetOCSPResponsesFromSignature ( ) : IList

Retrieve the list of BasicOCSPResp contained in the Signature.

Retrieve the list of BasicOCSPResp contained in the Signature.

GetOcspResponse ( X509Certificate certificate, X509Certificate issuerCertificate ) : BasicOcspResp
OcspNotFound ( X509Certificate certificate, X509Certificate issuerCertificate ) : void

Callback used when the OCSP is not found.

Callback used when the OCSP is not found.

Method Details

GetOCSPResponsesFromSignature() public abstract method

Retrieve the list of BasicOCSPResp contained in the Signature.
Retrieve the list of BasicOCSPResp contained in the Signature.
public abstract GetOCSPResponsesFromSignature ( ) : IList
return IList

GetOcspResponse() public method

public GetOcspResponse ( X509Certificate certificate, X509Certificate issuerCertificate ) : BasicOcspResp
certificate Org.BouncyCastle.X509.X509Certificate
issuerCertificate Org.BouncyCastle.X509.X509Certificate
return Org.BouncyCastle.Ocsp.BasicOcspResp

OcspNotFound() public method

Callback used when the OCSP is not found.
Callback used when the OCSP is not found.
public OcspNotFound ( X509Certificate certificate, X509Certificate issuerCertificate ) : void
certificate Org.BouncyCastle.X509.X509Certificate
issuerCertificate Org.BouncyCastle.X509.X509Certificate
return void