Searched defs:PolicyNode (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DPolicyNode.java53 * <code>PolicyNode</code>.
56 * <p>All <code>PolicyNode</code> objects must be immutable and
58 * in this class on a single <code>PolicyNode</code> object (or more than one)
65 public interface PolicyNode { interface
74 PolicyNode getParent();
84 Iterator<? extends PolicyNode> getChildren();

Completed in 65 milliseconds