Searched refs:pathToGeneralNames (Results 1 – 1 of 1) sorted by relevance
116 private Set<GeneralNameInterface> pathToGeneralNames; field in X509CertSelector1172 pathToGeneralNames = null; in setPathToNames()1175 pathToGeneralNames = parseNames(tempNames); in setPathToNames()1186 pathToGeneralNames = names; in setPathToNamesInternal()1270 if (pathToGeneralNames == null) { in addPathToNameInternal()1272 pathToGeneralNames = new HashSet<GeneralNameInterface>(); in addPathToNameInternal()1278 pathToGeneralNames.add(tempName); in addPathToNameInternal()1880 if (pathToGeneralNames != null) { in toString()1882 Iterator<GeneralNameInterface> i = pathToGeneralNames.iterator(); in toString()2454 if (pathToGeneralNames == null) { in matchPathToNames()[all …]