Searched refs:pathToNames (Results 1 – 1 of 1) sorted by relevance
114 private Set<List<?>> pathToNames; field in X509CertSelector1170 pathToNames = null; in setPathToNames()1176 pathToNames = tempNames; in setPathToNames()1184 pathToNames = Collections.<List<?>>emptySet(); in setPathToNamesInternal()1270 pathToNames = new HashSet<List<?>>(); in addPathToNameInternal()1276 pathToNames.add(list); in addPathToNameInternal()1801 if (pathToNames == null) { in getPathToNames()1804 return cloneNames(pathToNames); in getPathToNames()2614 copy.pathToNames = cloneSet(pathToNames); in clone()