private PrivateKey getOcspRequestKey() throws Exception { return TestCertUtil.getOcspSigner().key; }
private X509Certificate getOcspSignerCert() throws Exception { return TestCertUtil.getOcspSigner().cert; }