Home
last modified time | relevance | path

Searched refs:setPathToNames (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DCertPathHelper.java62 static void setPathToNames(X509CertSelector sel, in setPathToNames() method in CertPathHelper
DForwardBuilder.java265 CertPathHelper.setPathToNames in getMatchingCACerts()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java541 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()
/libcore/ojluni/src/test/java/security/cert/
DX509CertSelectorTest.java449 selector.setPathToNames(null); in testPathToName()
471 selector.setPathToNames(null); in testPathToName()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java1168 public void setPathToNames(Collection<List<?>> names) throws IOException { in setPathToNames() method in X509CertSelector
/libcore/api/
Dcurrent.txt8711 …method public void setPathToNames(java.util.Collection<java.util.List<?>>) throws java.io.IOExcept…