An immutable certificate path that can be validated. All certificates in the
path are of the same type (i.e., X509).
A CertPath can be represented as a byte array in at least one
supported encoding when serialized.
When a List of the certificates is obtained it must be
immutable.
A CertPath must be thread-safe without requiring coordinated
access.
Inner Class :protected static class CertPathRep implements Serializable
equals(Object other) Returns true if Certificates in the list are the same
type and the lists are equal (and by implication the certificates
contained within are the same).
Returns true if Certificates in the list are the same
type and the lists are equal (and by implication the certificates
contained within are the same).
Parameters: other - CertPath to be compared for equality
Returns an encoding of the CertPath using the specified
encoding
Parameters: encoding - encoding that should be generated default encoding of the CertPath throws: CertificateEncodingException -
Returns a String representation of the
CertPathCertificates. It is the result of
calling toString on all Certificates in
the List. Certificates
string representation of CertPath