PKIXCertPathBuilderResult


PKIXCertPathBuilderResult java.security.cert

Java 1.4 cloneable

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.

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  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net