Home | History | Annotate | Download | only in certpath

Lines Matching refs:CertId

99  *      certID                       CertID,
179 private final Map<CertId, SingleResponse> singleResponseMap;
390 void verify(List<CertId> certIds, X509Certificate issuerCert,
410 for (CertId certId : certIds) {
411 SingleResponse sr = getSingleResponse(certId);
414 CertId: " + certId);
422 certId.getSerialNumber() + ") is: " + sr.getCertStatus());
659 * Returns the SingleResponse of the specified CertId, or null if
660 * there is no response for that CertId.
662 SingleResponse getSingleResponse(CertId certId) {
663 return singleResponseMap.get(certId);
677 private final CertId certId;
691 certId = new CertId(tmp.getDerValue().data);
791 private CertId getCertId() {
792 return certId;
814 sb.append(certId);