public class

SunCertPathBuilderResult

extends PKIXCertPathBuilderResult
java.lang.Object
   ↳ java.security.cert.PKIXCertPathValidatorResult
     ↳ java.security.cert.PKIXCertPathBuilderResult
       ↳ sun.security.provider.certpath.SunCertPathBuilderResult

Class Overview

This class represents the result of a SunCertPathBuilder build. Since all paths returned by the SunCertPathProvider are PKIX validated the result contains the valid policy tree and subject public key returned by the algorithm. It also contains the trust anchor and debug information represented in the form of an adjacency list.

Summary

Public Methods
AdjacencyList getAdjacencyList()
Returns the adjacency list containing information about the build.
[Expand]
Inherited Methods
From class java.security.cert.PKIXCertPathBuilderResult
From class java.security.cert.PKIXCertPathValidatorResult
From class java.lang.Object
From interface java.security.cert.CertPathBuilderResult
From interface java.security.cert.CertPathValidatorResult

Public Methods

public AdjacencyList getAdjacencyList ()

Returns the adjacency list containing information about the build.

Returns
  • The adjacency list containing information about the build.