Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java2500 GeneralNameInterface pathToName = i.next(); in matchExcluded() local
2501 if (excludedName.getType() == pathToName.getType()) { in matchExcluded()
2502 switch (pathToName.constrains(excludedName)) { in matchExcluded()
2509 pathToName); in matchExcluded()
2529 GeneralNameInterface pathToName = i.next(); in matchPermitted() local
2537 if (permittedName.getType() == pathToName.getType()) { in matchPermitted()
2540 switch (pathToName.constrains(permittedName)) { in matchPermitted()
2553 "permitted names of type " + pathToName.getType() + in matchPermitted()