|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.security.cert
Class PKIXCertPathBuilderResult

java.lang.Objectjava.security.cert.PKIXCertPathValidatorResult
java.security.cert.PKIXCertPathBuilderResult
- All Implemented Interfaces:
- CertPathBuilderResult, CertPathValidatorResult, java.lang.Cloneable
- public class PKIXCertPathBuilderResult
- extends PKIXCertPathValidatorResult
- implements CertPathBuilderResult
- extends PKIXCertPathValidatorResult
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:
getCertPathin interfaceCertPathBuilderResult
toString
public java.lang.String toString()
- Description copied from class:
PKIXCertPathValidatorResult - Returns a printable string representation of this result.
- Overrides:
toStringin classPKIXCertPathValidatorResult
|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC