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}s. Subclasses can handle different kinds of
42 * All {@code CertPath} objects have a type, a list of
44 * {@code CertPath} class is immutable, a {@code CertPath} cannot
59 * Each {@code CertPath} object must support one or more encodings
63 * by a {@code CertPath} is considered the default encoding. This
67 * All {@code CertPath} objects are also {@code Serializable}.
68 * {@code CertPath} objects are resolved into an alternate
70 * a {@code CertPath} object to be serialized into an equivalent
73 * {@code CertPath} object
120 public abstract class CertPath implements Serializable { class in inherits:Serializable
135 protected CertPath(String type) { method in class:CertPath
[all...]

Completed in 382 milliseconds