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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Inheritance
Constructors
OcspClientBouncyCastle [1/2]
Source code
public OcspClientBouncyCastle()
OcspClientBouncyCastle [2/2]
Source code
public OcspClientBouncyCastle(OcspVerifier verifier)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
verifier |
Methods
GetBasicOCSPResp
Source code
public virtual BasicOcspResp GetBasicOCSPResp(X509Certificate checkCert, X509Certificate rootCert, string url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
checkCert |
|
|
|
rootCert |
|
|
|
url |
GetEncoded
Source code
public virtual byte GetEncoded(X509Certificate checkCert, X509Certificate rootCert, string url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
checkCert |
|
|
|
rootCert |
|
|
|
url |
Generated with ModularDoc