Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DPolicyNode.java84 Iterator<? extends PolicyNode> getChildren(); in getChildren() method
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPolicyChecker.java522 if (!rootNode.getChildren().hasNext()) { in processPolicies()
613 if (rootNode.getChildren().hasNext() == false) { in rewriteLeafNodes()
689 curParent.getChildren(); in processParents()
833 if (!rootNode.getChildren().hasNext()) { in processPolicyMappings()
899 if (!rootNode.getChildren().hasNext()) { in removeInvalidNodes()
DPolicyNodeImpl.java143 public Iterator<PolicyNodeImpl> getChildren() { in getChildren() method in PolicyNodeImpl
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java252 public Iterator<PolicyNode> getChildren() { in getPolicyTree() method
271 public Iterator<PolicyNode> getChildren() { in getPolicyTree()