Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java708 Set<List<?>> tempNames = cloneAndCheckNames(names); in setSubjectAlternativeNames()
1173 Set<List<?>> tempNames = cloneAndCheckNames(names); in setPathToNames()
1650 return cloneAndCheckNames(names); in cloneNames()
1672 private static Set<List<?>> cloneAndCheckNames(Collection<List<?>> names) throws IOException { in cloneAndCheckNames() method in X509CertSelector