java.security.cert
public class PKIXCertPathBuilderResult extends PKIXCertPathValidatorResult implements CertPathBuilderResult
See Also: CertPathBuilder CertPathBuilderResult
Constructor Summary | |
---|---|
PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.
|
Method Summary | |
---|---|
CertPath | getCertPath()
Returns the certificate path that was built.
|
String | toString() |
Parameters: certPath The certificate path. trustAnchor The trust anchor. policyTree The root node of the policy tree. subjectPublicKey The public key.
Throws: NullPointerException If certPath, trustAnchor or subjectPublicKey is null.
Returns: The certificate path that was built.