The PKIXCertPathValidatorResult Class
This class (which implements the CertPathValidatorResult interface)
represents the result of the PKIX certification path validation algorithm.
It holds the valid policy tree and subject public key resulting from
the validation algorithm, and includes methods (getPolicyTree()
and getPublicKey()
)
for returning them. Instances of PKIXCertPathValidatorResult
are
returned by the validate
method of CertPathValidator objects implementing
the PKIX algorithm.
Refer to the PKIXCertPathValidatorResult API documentation for more detailed information on this class.