Searched refs:setPathToNames (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
H A DX509CertSelectorTest.java563 selector.setPathToNames(null);
571 selector.setPathToNames(sans);
1195 * java.security.cert.X509CertSelector#setPathToNames(Collection<List<?>>)
1226 selector.setPathToNames(null);
1234 selector.setPathToNames(sans);
2134 theCertSelector.setPathToNames(null);
2141 theCertSelector.setPathToNames(null);
2173 theCertSelector.setPathToNames(null);
2181 theCertSelector.setPathToNames(null);
/libcore/luni/src/main/java/java/security/cert/
H A DX509CertSelector.java899 * @see #setPathToNames
928 public void setPathToNames(Collection<List<?>> names) throws IOException { method in class:X509CertSelector
955 * @see #setPathToNames

Completed in 93 milliseconds