Home
last modified time | relevance | path

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

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