Searched defs:X509CertPath (Results 1 – 2 of 2) sorted by relevance
29 public class X509CertPath extends java.security.cert.CertPath { class32 public X509CertPath(java.util.List<? extends java.security.cert.Certificate> certs) in X509CertPath() method in X509CertPath39 public X509CertPath(java.io.InputStream is) throws java.security.cert.CertificateException { in X509CertPath() method in X509CertPath45 public X509CertPath(java.io.InputStream is, java.lang.String encoding) in X509CertPath() method in X509CertPath
64 public class X509CertPath extends CertPath { class104 public X509CertPath(List<? extends Certificate> certs) throws CertificateException { in X509CertPath() method in X509CertPath138 public X509CertPath(InputStream is) throws CertificateException { in X509CertPath() method in X509CertPath152 public X509CertPath(InputStream is, String encoding) in X509CertPath() method in X509CertPath