Home | History | Annotate | Download | only in certpath

Lines Matching refs:CertId

677         CertId certId = null;
680 certId = new CertId(issuerCert,
684 certId = new CertId(anchor.getCA(), anchor.getCAPublicKey(),
703 response.verify(Collections.singletonList(certId), issuerCert,
716 response = OCSP.check(Collections.singletonList(certId),
727 (RevocationStatus)response.getSingleResponse(certId);