Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DX509CertPath.java158 certs = parsePKIPATH(is); in X509CertPath()
176 private static List<X509Certificate> parsePKIPATH(InputStream is) in parsePKIPATH() method in X509CertPath