C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Ocsp.OfflineOCSPSource

Abstract class that helps to implements OCSPSource with a already loaded list of BasicOCSPResp
상속: IOcspSource
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
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.

메소드 상세

GetOCSPResponsesFromSignature() 공개 추상적인 메소드

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

GetOcspResponse() 공개 메소드

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

OcspNotFound() 공개 메소드

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
리턴 void