java.security.cert
public interface PolicyNode
Modifier and Type | Method and Description |
---|---|
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
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.
|
Iterator<? extends PolicyNode> getChildren()
int getDepth()
Set<String> getExpectedPolicies()
PolicyNode getParent()
Set<? extends PolicyQualifierInfo> getPolicyQualifiers()
PolicyQualifierInfo
objects that qualify
the valid policy of this node. The root node should always return
the empty set.PolicyQualifierInfo
objects.String getValidPolicy()
boolean isCritical()