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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DX509CertPath.java65 public class X509CertPath extends CertPath { class in inherits:CertPath
94 * Creates an <code>X509CertPath</code> from a <code>List</code> of
104 public X509CertPath(List<? extends Certificate> certs) throws CertificateException { method in class:X509CertPath
125 * Creates an <code>X509CertPath</code>, reading the encoded form
132 public X509CertPath(InputStream is) throws CertificateException { method in class:X509CertPath
137 * Creates an <code>X509CertPath</code>, reading the encoded form
146 public X509CertPath(InputStream is, String encoding) method in class:X509CertPath

Completed in 29 milliseconds