Searched defs:firstCert (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPKIXCertPathValidator.java152 X509Certificate firstCert = null;
154 firstCert = certList.get(0);
171 if (!isWorthTrying(trustedCert, firstCert)) {
218 X509Certificate firstCert) {
227 if (firstCert == null) {
235 issuerSelector.setSubject(firstCert.getIssuerX500Principal());
238 issuerSelector.setValidityPeriod(firstCert.getNotBefore(),
239 firstCert.getNotAfter());
246 X509CertImpl firstCertImpl = X509CertImpl.toImpl(firstCert);
217 isWorthTrying(X509Certificate trustedCert, X509Certificate firstCert) argument

Completed in 23 milliseconds