Searched refs:pathToNames (Results 1 – 1 of 1) sorted by relevance
115 private Set<List<?>> pathToNames; field in X509CertSelector1171 pathToNames = null; in setPathToNames()1177 pathToNames = tempNames; in setPathToNames()1185 pathToNames = Collections.<List<?>>emptySet(); in setPathToNamesInternal()1271 pathToNames = new HashSet<List<?>>(); in addPathToNameInternal()1277 pathToNames.add(list); in addPathToNameInternal()1802 if (pathToNames == null) { in getPathToNames()1805 return cloneNames(pathToNames); in getPathToNames()2615 copy.pathToNames = cloneSet(pathToNames); in clone()