Methods Summary |
---|
public java.util.Iterator | getChildren()Returns the list of children of this node as an {@code Iterator}.
|
public int | getDepth()Returns the depth of this node in the policy tree.
the depth is zero based.
|
public java.util.Set | getExpectedPolicies()Returns the expected policies for the next certificate to be valid.
|
public java.security.cert.PolicyNode | getParent()Returns the parent policy node.
|
public java.util.Set | getPolicyQualifiers()Returns the policy qualifiers associated with the policy of this node.
|
public java.lang.String | getValidPolicy()Returns the valid policy of this node.
|
public boolean | isCritical()Returns whether the certificate policy extension of the most recently
processed certificate is marked as critical.
|