Name

PKIXCertPathBuilderResult

Synopsis

An instance of this class is retured by the build( ) method of a CertPathBuilder created for the “PKIX” algorithm. getCertPath( ) returns the CertPath object that was built, and methods inherited from the superclass return additional information such as the public key of the subject of the certificate chain and the trust anchor that terminates the chain.

java.security.cert.PKIXCertPathBuilderResult

Figure 14-67. java.security.cert.PKIXCertPathBuilderResult

public class PKIXCertPathBuilderResult extends PKIXCertPathValidatorResult 
     implements CertPathBuilderResult {
// Public Constructors
     public PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, 
        PolicyNode policyTree, 
        java.security.PublicKey subjectPublicKey);  
// Methods Implementing CertPathBuilderResult
     public CertPath getCertPath( );  
// Public Methods Overriding PKIXCertPathValidatorResult
     public String toString( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.