java.lang.Object | |
↳ | java.security.cert.PKIXCertPathValidatorResult |
Known Direct Subclasses |
The implementation of the result of the PKIX certification path validation.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
PKIXCertPathValidatorResult with the specified
trust anchor, the valid policy tree and the subject public key.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clones this
PKIXCertPathValidatorResult instance.
| |||||||||||
Returns the valid policy tree from the validation.
| |||||||||||
Returns the subject public key from the validation.
| |||||||||||
Returns the trust anchor describing the certification authority (CA) that
served as trust anchor for this certification path.
| |||||||||||
Returns a string representation for this
PKIXCertPathValidatorResult instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.security.cert.CertPathValidatorResult
|
Creates a new PKIXCertPathValidatorResult
with the specified
trust anchor, the valid policy tree and the subject public key.
trustAnchor | the trust anchor describing the certification authority (CA) that served as trust anchor for the certification path. |
---|---|
policyTree | the valid policy tree from the validation. |
subjectPublicKey | the subject public key from the validation. |
Clones this PKIXCertPathValidatorResult
instance.
Returns the valid policy tree from the validation.
Returns the subject public key from the validation.
Returns the trust anchor describing the certification authority (CA) that served as trust anchor for this certification path.
Returns a string representation for this PKIXCertPathValidatorResult
instance.
PKIXCertPathValidatorResult
instance.