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.java121 private boolean matchAllSubjectAltNames = true; field in X509CertSelector
648 this.matchAllSubjectAltNames = matchAllNames; in setMatchAllSubjectAltNames()
1586 return matchAllSubjectAltNames; in getMatchAllSubjectAltNames()
1830 + String.valueOf(matchAllSubjectAltNames) + "\n"); in toString()
2339 if (!found && (matchAllSubjectAltNames || !i.hasNext())) { in matchSubjectAlternativeNames()
2345 } else if (found && !matchAllSubjectAltNames) { in matchSubjectAlternativeNames()