java.security.cert
public interface PolicyNode
Since: 1.4
| Method Summary | |
|---|---|
| Iterator<? extends PolicyNode> | getChildren()
Get the iterator of the child nodes of this node. |
| int | getDepth()
Get the depth of this node within the tree, starting at 0 for the
root node.
|
| Set<String> | getExpectedPolicies()
Returns a set of policies (string OIDs) that will satisfy this
node's policy. |
| PolicyNode | getParent()
Returns the parent node of this node, or null if this is the root
node.
|
| Set<? extends PolicyQualifierInfo> | getPolicyQualifiers()
Returns a set of {@link PolicyQualifierInfo} objects that qualify
the valid policy of this node. |
| String | getValidPolicy()
Get the policy OID this node represents. |
| boolean | isCritical()
Return the criticality flag of this policy node. |
Returns: An iterator over the child nodes.
Returns: The depth of this node.
Returns: The set of expected policies.
Returns: The parent node, or null.
Returns: The set of {@link PolicyQualifierInfo} objects.
Returns: The policy of this node.
Returns: The criticality flag.