|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PolicyNode in java.security.cert |
Methods in java.security.cert that return PolicyNode | |
PolicyNode |
PKIXCertPathValidatorResult.getPolicyTree()
Returns the valid policy tree resulting from the PKIX certification path validation algorithm. |
PolicyNode |
PolicyNode.getParent()
Returns the parent of this node, or null if this is the
root node. |
Constructors in java.security.cert with parameters of type PolicyNode | |
PKIXCertPathValidatorResult(Certificate trustedCert,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates an instance of PKIXCertPathValidatorResult
containing the specified parameters. |
|
PKIXCertPathBuilderResult(CertPath certPath,
Certificate trustedCert,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates an instance of PKIXCertPathBuilderResult
containing the specified parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |