java.lang.Object | ||
↳ | java.security.cert.PKIXCertPathValidatorResult | |
↳ | java.security.cert.PKIXCertPathBuilderResult |
The result of the PKIX certification path builder, returned by
build(CertPathParameters)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
PKIXCertPathBuilderResult
instance with the
specified validated certification path, the trust anchor of the
certification path, the policy tree and the public key of the subject.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the validated certification path.
|
||||||||||
|
Returns a string representation of this
PKIXCertPathBuilderResult
instance.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.security.cert.PKIXCertPathValidatorResult
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
From interface
java.security.cert.CertPathBuilderResult
|
|||||||||||
From interface
java.security.cert.CertPathValidatorResult
|
Creates a new
PKIXCertPathBuilderResult
instance with the
specified validated certification path, the trust anchor of the
certification path, the policy tree and the public key of the subject.
certPath | the validated certification path. |
---|---|
trustAnchor | the trust anchor. |
policyTree |
the policy tree (or
null
if not used).
|
subjectPublicKey | the public key. |
NullPointerException |
if the
cerPath
,
trustAnchor
or
subjectPolicyKey
is
null
.
|
---|
Returns the validated certification path.
Returns a string representation of this
PKIXCertPathBuilderResult
instance.
PKIXCertPathBuilderResult
instance.