Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 6 of 6) 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()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/api/
Dcurrent.txt9072 method public java.util.Iterator<? extends java.security.cert.PolicyNode> getChildren();