Searched refs:setPathToNames (Results 1 – 4 of 4) sorted by relevance
62 static void setPathToNames(X509CertSelector sel, in setPathToNames() method in CertPathHelper
265 CertPathHelper.setPathToNames in getMatchingCACerts()
541 selector.setPathToNames(null); in test_getPathToNames()548 selector.setPathToNames(sans); in test_getPathToNames()1177 selector.setPathToNames(null); in test_setPathToNamesLjava_util_Collection()1184 selector.setPathToNames(sans); in test_setPathToNamesLjava_util_Collection()2021 theCertSelector.setPathToNames(null); in test_addPathToNameLintLbyte_array2()2028 theCertSelector.setPathToNames(null); in test_addPathToNameLintLbyte_array2()2060 theCertSelector.setPathToNames(null); in test_addPathToNameLintLjava_lang_String2()2068 theCertSelector.setPathToNames(null); in test_addPathToNameLintLjava_lang_String2()
1168 public void setPathToNames(Collection<List<?>> names) throws IOException { in setPathToNames() method in X509CertSelector