Method Summary |
|
public boolean | equals(Object other) Returns true if Certificate s in the list are the same
type and the lists are equal (and by implication the certificates
contained within are the same). |
abstract public List<? extends Certificate> | getCertificates() Returns an immutable List of the Certificate s contained
in the CertPath . |
abstract public byte[] | getEncoded() |
abstract public byte[] | getEncoded(String encoding) |
abstract public Iterator<String> | getEncodings() Return an Iterator over the supported encodings for a
representation of the certificate path. |
public String | getType() |
public int | hashCode() |
public String | toString() Returns a String representation of the
CertPath
Certificate s. |
protected Object | writeReplace() |