Searched refs:pathToGeneralNames (Results 1 – 1 of 1) sorted by relevance
115 private Set<GeneralNameInterface> pathToGeneralNames; field in X509CertSelector1171 pathToGeneralNames = null; in setPathToNames()1174 pathToGeneralNames = parseNames(tempNames); in setPathToNames()1185 pathToGeneralNames = names; in setPathToNamesInternal()1269 if (pathToGeneralNames == null) { in addPathToNameInternal()1271 pathToGeneralNames = new HashSet<GeneralNameInterface>(); in addPathToNameInternal()1277 pathToGeneralNames.add(tempName); in addPathToNameInternal()1875 if (pathToGeneralNames != null) { in toString()1877 Iterator<GeneralNameInterface> i = pathToGeneralNames.iterator(); in toString()2447 if (pathToGeneralNames == null) { in matchPathToNames()[all …]