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

/libcore/luni/src/main/java/java/security/cert/
H A DCertPath.java32 * A {@code CertPath} can be represented as a byte array in at least one
37 * A {@code CertPath} must be thread-safe without requiring coordinated access.
41 public abstract class CertPath implements Serializable { class in inherits:Serializable
48 * Creates a new {@code CertPath} instance for the specified certificate
54 protected CertPath(String type) { method in class:CertPath
73 * {@code CertPath} to be compared for equality.
80 if (other instanceof CertPath) {
81 CertPath o = (CertPath)other;
107 * Returns a {@code String} representation of this {@code CertPath}
[all...]

Completed in 608 milliseconds