No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | java.security.cert.PKIXCertPathValidatorResult | |
| ↳ | java.security.cert.PKIXCertPathBuilderResult | |
The result of the PKIX certification path builder, returned by build(CertPathParameters). 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new 
            PKIXCertPathBuilderResultinstance with the specified validated certification path, the trust anchor of the certification path, the policy tree and the public key of the subject. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Returns the validated certification path.
           | ||||||||||
|  | 
           Returns a string representation of this 
            PKIXCertPathBuilderResultinstance. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.security.cert.PKIXCertPathValidatorResult | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface java.security.cert.CertPathBuilderResult | |||||||||||
|  From interface java.security.cert.CertPathValidatorResult | |||||||||||
Creates a new PKIXCertPathBuilderResult instance with the specified validated certification path, the trust anchor of the certification path, the policy tree and the public key of the subject.
| certPath | the validated certification path. | 
|---|---|
| trustAnchor | the trust anchor. | 
| policyTree | the policy tree (or nullif not used). | 
| subjectPublicKey | the public key. | 
| NullPointerException | if the cerPath,trustAnchororsubjectPolicyKeyisnull. | 
|---|
Returns the validated certification path.
Returns a string representation of this PKIXCertPathBuilderResult instance.
PKIXCertPathBuilderResult instance.