Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
TrustAnchor |
PKIXCertPathValidatorResult.getTrustAnchor()
Returns the trust anchor.
|
Constructor and Description |
---|
PKIXCertPathBuilderResult(CertPath certPath,
TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.
|
PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathValidatorResult.
|