Class OcspClientBouncyCastle

java.lang.Object
com.lowagie.text.pdf.OcspClientBouncyCastle
All Implemented Interfaces:
OcspClient

public class OcspClientBouncyCastle extends Object implements OcspClient
OcspClient implementation using BouncyCastle.
Since:
2.1.6
Author:
psoares
  • Constructor Details

    • OcspClientBouncyCastle

      public OcspClientBouncyCastle(X509Certificate checkCert, X509Certificate rootCert, String url)
      Creates an instance of an OcspClient that will be using BouncyCastle.
      Parameters:
      checkCert - the check certificate
      rootCert - the root certificate
      url - the OCSP URL
  • Method Details