Home
last modified time | relevance | path

Searched refs:matchAllSubjectAltNames (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java120 private boolean matchAllSubjectAltNames = true; field in X509CertSelector
647 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()