Searched refs:cloneAndCheckNames (Results 1 – 1 of 1) sorted by relevance
708 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