Class TestOCSPCertServer

java.lang.Object
org.bouncycastle.tls.test.TestOCSPCertServer

public class TestOCSPCertServer extends Object
  • Constructor Details

  • Method Details

    • getRootCert

      public X509Certificate getRootCert()
    • getCACert

      public X509Certificate getCACert()
    • issueClientCert

      public org.bouncycastle.pkix.PKIXIdentity issueClientCert(String subjectName, boolean markRevoked) throws Exception
      Throws:
      Exception
    • respond

      public org.bouncycastle.cert.ocsp.OCSPResp respond(org.bouncycastle.cert.ocsp.OCSPReq request) throws Exception
      Throws:
      Exception