Skip to main content
Skip table of contents

OcspClientBouncyCastle

OcspClientBouncyCastle Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.security
  iTextSharp.text.pdf.security.OcspClientBouncyCastle[[OcspClientBouncyCastle]]
  iTextSharp.text.pdf.security.IOcspClient[[IOcspClient]]
  class iTextSharp.text.pdf.security.IOcspClient interfaceStyle;
  end
iTextSharp.text.pdf.security.IOcspClient --> iTextSharp.text.pdf.security.OcspClientBouncyCastle

Members

Methods

Public methods
ReturnsName
BasicOcspRespGetBasicOCSPResp(X509Certificate checkCert, X509Certificate rootCert, string url)
byte``[]GetEncoded(X509Certificate checkCert, X509Certificate rootCert, string url)

Details

Inheritance

Constructors

OcspClientBouncyCastle [1/2]

Source code

public OcspClientBouncyCastle()
OcspClientBouncyCastle [2/2]

Source code

public OcspClientBouncyCastle(OcspVerifier verifier)
Arguments
TypeNameDescription
OcspVerifierverifier

Methods

GetBasicOCSPResp

Source code

public virtual BasicOcspResp GetBasicOCSPResp(X509Certificate checkCert, X509Certificate rootCert, string url)
Arguments
TypeNameDescription
X509CertificatecheckCert
X509CertificaterootCert
stringurl
GetEncoded

Source code

public virtual byte GetEncoded(X509Certificate checkCert, X509Certificate rootCert, string url)
Arguments
TypeNameDescription
X509CertificatecheckCert
X509CertificaterootCert
stringurl

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.