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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPath.java39 * <code>CertPath</code>s. Subclasses can handle different kinds of
42 * All <code>CertPath</code> objects have a type, a list of
44 * <code>CertPath</code> class is immutable, a <code>CertPath</code> cannot
59 * Each <code>CertPath</code> object must support one or more encodings
63 * by a <code>CertPath</code> is considered the default encoding. This
67 * All <code>CertPath</code> objects are also <code>Serializable</code>.
68 * <code>CertPath</code> objects are resolved into an alternate
70 * a <code>CertPath</code> object to be serialized into an equivalent
73 * <code>CertPath</cod
120 public abstract class CertPath implements Serializable { class in inherits:Serializable
135 protected CertPath(String type) { method in class:CertPath
[all...]

Completed in 51 milliseconds