KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > cert > PKIXCertPathBuilderResult

java.security.cert
Class PKIXCertPathBuilderResult

java.lang.Object
  extended by java.security.cert.PKIXCertPathValidatorResult
      extended by java.security.cert.PKIXCertPathBuilderResult
All Implemented Interfaces:
Cloneable, CertPathBuilderResult, CertPathValidatorResult
See Also:
Source Code

public CertPath getCertPath()
See Also:
CertPathBuilderResult, getTrustAnchor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PKIXCertPathBuilderResult(CertPath certPath,
                                 TrustAnchor trustAnchor,
                                 PolicyNode policyTree,
                                 PublicKey subjectPublicKey)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
PKIXCertPathValidatorResult
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags