public class PKIXCertPathValidatorResult extends Object implements CertPathValidatorResult
Constructor and Description |
---|
PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new
PKIXCertPathValidatorResult with the specified
trust anchor, the valid policy tree and the subject public key. |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this
PKIXCertPathValidatorResult instance. |
PolicyNode |
getPolicyTree()
Returns the valid policy tree from the validation.
|
PublicKey |
getPublicKey()
Returns the subject public key from the validation.
|
TrustAnchor |
getTrustAnchor()
Returns the trust anchor describing the certification authority (CA) that
served as trust anchor for this certification path.
|
String |
toString()
Returns a string representation for this
PKIXCertPathValidatorResult instance. |
public PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
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.public PolicyNode getPolicyTree()
public PublicKey getPublicKey()
public TrustAnchor getTrustAnchor()
public Object clone()
PKIXCertPathValidatorResult
instance.clone
in interface CertPathValidatorResult
clone
in class Object