The PKIXCertPathBuilderResult Class
This class (which extends the PKIXCertPathValidatorResult class and implements the CertPathBuilderResult interface) represents the successful
result of the PKIX certification path construction algorithm. Instances
of PKIXCertPathBuilderResult are returned by the build method of CertPathBuilder objects that implement the PKIX algorithm.
The getCertPath method of a PKIXCertPathBuilderResult instance always returns a CertPath object that
has been validated using the PKIX certification path validation algorithm.
The returned CertPath object does not include the
most-trusted CA certificate that may have been used to anchor the
path. Instead, use the getTrustAnchor method to get
the Certificate of the most-trusted CA.
Refer to the PKIXCertPathBuilderResult API documentation for more detailed information on this class.