Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Class PKIXCertPathBuilderResult  view PKIXCertPathBuilderResult download PKIXCertPathBuilderResult.java

java.lang.Object
  extended byjava.security.cert.PKIXCertPathValidatorResult
      extended byjava.security.cert.PKIXCertPathBuilderResult
All Implemented Interfaces:
CertPathBuilderResult, CertPathValidatorResult, java.lang.Cloneable

public class PKIXCertPathBuilderResult
extends PKIXCertPathValidatorResult
implements CertPathBuilderResult

The result of calling the CertPathBuilder.build(java.security.cert.CertPathParameters) 55 method of PKIX CertPathBuilders.


Field Summary
private  CertPath certPath
          The certificate path.
 
Fields inherited from class java.security.cert.PKIXCertPathValidatorResult
 
Constructor Summary
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, java.security.PublicKey subjectPublicKey)
          Creates a new PKIXCertPathBuilderResult.
 
Method Summary
 CertPath getCertPath()
          Returns the certificate path that was built.
 java.lang.String toString()
          Returns a printable string representation of this result.
 
Methods inherited from class java.security.cert.PKIXCertPathValidatorResult
clone, getPolicyTree, getPublicKey, getTrustAnchor
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.cert.CertPathBuilderResult
clone
 

Field Detail

certPath

private CertPath certPath
The certificate path.

Constructor Detail

PKIXCertPathBuilderResult

public PKIXCertPathBuilderResult(CertPath certPath,
                                 TrustAnchor trustAnchor,
                                 PolicyNode policyTree,
                                 java.security.PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.

Method Detail

getCertPath

public CertPath getCertPath()
Returns the certificate path that was built.

Specified by:
getCertPath in interface CertPathBuilderResult

toString

public java.lang.String toString()
Description copied from class: PKIXCertPathValidatorResult
Returns a printable string representation of this result.

Overrides:
toString in class PKIXCertPathValidatorResult