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
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

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

GetOcspResponse() public méthode

public GetOcspResponse ( X509Certificate certificate, X509Certificate issuerCertificate ) : BasicOcspResp
certificate Org.BouncyCastle.X509.X509Certificate
issuerCertificate Org.BouncyCastle.X509.X509Certificate
Résultat Org.BouncyCastle.Ocsp.BasicOcspResp

OcspNotFound() public méthode

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
Résultat void