API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CertPath View Source
Author(s)
Yassir Elley
Since
1.4
Version
1.11 04/07/06
Serial
Hierarchy
 Object
      CertPath
Implements
 Serializable
Subclasses
Description
publicabstract abstract class CertPath
  An immutable sequence of certificates (a certification path).
Constructors
protected CertPath (String type)
  Creates a CertPath of the specified type.
Methods
Hide/Show inherited methods
public boolean equals (Object other)
  Compares this certification path for equality with the specified object.
publicabstract List<Certificate> getCertificates ()
  Returns the list of certificates in this certification path.
publicabstract byte getEncoded () throws CertificateEncodingException
  Returns the encoded form of this certification path, using the default encoding.
publicabstract byte getEncoded (String encoding) throws CertificateEncodingException
  Returns the encoded form of this certification path, using the specified encoding.
publicabstract Iterator<String> getEncodings ()
  Returns an iteration of the encodings supported by this certification path, with the default encoding first.
public String getType ()
  Returns the type of Certificates in this certification path.
public int hashCode ()
  Returns the hashcode for this certification path.
public String toString ()
  Returns a string representation of this certification path.
protected Object writeReplace () throws ObjectStreamException
  Replaces the CertPath to be serialized with a CertPathRep object.
Fields
Hide/Show inherited fields
Nested Classes
  CertPath.CertPathRep
Alternate CertPath class for serialization.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar