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