Searched refs:matchAllSubjectAltNames (Results 1 – 1 of 1) sorted by relevance
120 private boolean matchAllSubjectAltNames = true; field in X509CertSelector647 this.matchAllSubjectAltNames = matchAllNames; in setMatchAllSubjectAltNames()1585 return matchAllSubjectAltNames; in getMatchAllSubjectAltNames()1829 + String.valueOf(matchAllSubjectAltNames) + "\n"); in toString()2338 if (!found && (matchAllSubjectAltNames || !i.hasNext())) { in matchSubjectAlternativeNames()2344 } else if (found && !matchAllSubjectAltNames) { in matchSubjectAlternativeNames()