Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
PolicyNode |
PolicyNode.getParent()
Returns the parent node of this node, or null if this is the root
node.
|
PolicyNode |
PKIXCertPathValidatorResult.getPolicyTree()
Returns the root node of the policy tree.
|
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.
|