Searched refs:PolicyNode (Results 1 – 7 of 7) sorted by relevance
65 public interface PolicyNode { interface74 PolicyNode getParent(); in getParent()84 Iterator<? extends PolicyNode> getChildren(); in getChildren()
61 private PolicyNode policyTree;77 PolicyNode policyTree, PublicKey subjectPublicKey) in PKIXCertPathValidatorResult()115 public PolicyNode getPolicyTree() { in getPolicyTree()
79 TrustAnchor trustAnchor, PolicyNode policyTree, in PKIXCertPathBuilderResult()
32 import java.security.cert.PolicyNode;68 TrustAnchor trustAnchor, PolicyNode policyTree, in SunCertPathBuilderResult()
48 final class PolicyNodeImpl implements PolicyNode {138 public PolicyNode getParent() { in getParent()269 void deleteChild(PolicyNode childNode) { in deleteChild()
30 import java.security.cert.PolicyNode;202 PolicyNode pn = TestUtils.getPolicyTree(); in testGetPolicyTree01()284 PolicyNode policyTree, PublicKey subjectPublicKey, byte[] enc) { in MyPKIXCertPathBuilderResult()
588 "ojluni/src/main/java/java/security/cert/PolicyNode.java",