Exemplo n.º 1
0
 private PrivateKey getOcspRequestKey() throws Exception {
   return TestCertUtil.getOcspSigner().key;
 }
Exemplo n.º 2
0
 private X509Certificate getOcspSignerCert() throws Exception {
   return TestCertUtil.getOcspSigner().cert;
 }