Home
last modified time | relevance | path

Searched defs:X509CertPath (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/provider/certpath/
DX509CertPath.java29 public class X509CertPath extends java.security.cert.CertPath { class
32 public X509CertPath(java.util.List<? extends java.security.cert.Certificate> certs) in X509CertPath() method in X509CertPath
39 public X509CertPath(java.io.InputStream is) throws java.security.cert.CertificateException { in X509CertPath() method in X509CertPath
45 public X509CertPath(java.io.InputStream is, java.lang.String encoding) in X509CertPath() method in X509CertPath
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DX509CertPath.java64 public class X509CertPath extends CertPath { class
104 public X509CertPath(List<? extends Certificate> certs) throws CertificateException { in X509CertPath() method in X509CertPath
138 public X509CertPath(InputStream is) throws CertificateException { in X509CertPath() method in X509CertPath
152 public X509CertPath(InputStream is, String encoding) in X509CertPath() method in X509CertPath