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