API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. PKIXCertPathBuilderResult View Source
Author(s)
Anne Anderson
Since
1.4
Version
1.10 11/17/05
Serial
Hierarchy
 Object
      PKIXCertPathValidatorResult
          PKIXCertPathBuilderResult
Implements
 CertPathBuilderResult
Subclasses
Description
public class PKIXCertPathBuilderResult
  This class represents the successful result of the PKIX certification path builder algorithm.
See also:    CertPathBuilderResult
Constructors
public PKIXCertPathBuilderResult (CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
  Creates an instance of PKIXCertPathBuilderResult containing the specified parameters.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From PKIXCertPathValidatorResult]
  Returns a copy of this object.
public CertPath getCertPath () [Specified in CertPathBuilderResult]
  Returns the built and validated certification path.
public PolicyNode getPolicyTree () [Inherited From PKIXCertPathValidatorResult]
  Returns the root node of the valid policy tree resulting from the PKIX certification path validation algorithm.
public PublicKey getPublicKey () [Inherited From PKIXCertPathValidatorResult]
  Returns the public key of the subject (target) of the certification path, including any inherited public key parameters if applicable.
public TrustAnchor getTrustAnchor () [Inherited From PKIXCertPathValidatorResult]
  Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.
public String toString () [Overrides PKIXCertPathValidatorResult]
  Return a printable representation of this PKIXCertPathBuilderResult.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar