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

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DCertPath.java34 * A {@code CertPath} can be represented as a byte array in at least one
39 * A {@code CertPath} must be thread-safe without requiring coordinated access.
43 public abstract class CertPath implements Serializable { class in inherits:Serializable
50 * Creates a new {@code CertPath} instance for the specified certificate
56 protected CertPath(String type) { method in class:CertPath
75 * {@code CertPath} to be compared for equality.
82 if (other instanceof CertPath) {
83 CertPath o = (CertPath)other;
109 * Returns a {@code String} representation of this {@code CertPath}
[all...]

Completed in 66 milliseconds