Package org.bouncycastle.tls.test
Class TestOCSPCertServer
java.lang.Object
org.bouncycastle.tls.test.TestOCSPCertServer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.pkix.PKIXIdentity
issueClientCert
(String subjectName, boolean markRevoked) org.bouncycastle.cert.ocsp.OCSPResp
respond
(org.bouncycastle.cert.ocsp.OCSPReq request)
-
Constructor Details
-
TestOCSPCertServer
- Throws:
Exception
-
-
Method Details
-
getRootCert
-
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
-