Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java501 GeneralNameInterface excludedName = excluded.getGeneralNameInterface(i); in reduce() local
504 switch (excludedName.constrains(permitted)) { in reduce()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java2497 GeneralNameInterface excludedName = tree.getName().getName(); in matchExcluded() local
2501 if (excludedName.getType() == pathToName.getType()) { in matchExcluded()
2502 switch (pathToName.constrains(excludedName)) { in matchExcluded()