API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. PolicyNode View Source
Author(s)
Sean Mullan
Since
1.4
Version
1.10 11/17/05
Serial
Hierarchy
 PolicyNode
Subinterfaces
Description
public interface PolicyNode
  An immutable valid policy tree node as defined by the PKIX certification path validation algorithm.
See also:   
Methods
Hide/Show inherited methods
public Iterator<PolicyNode> getChildren ()
  Returns an iterator over the children of this node.
public int getDepth ()
  Returns the depth of this node in the valid policy tree.
public Set<String> getExpectedPolicies ()
  Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.
public PolicyNode getParent ()
  Returns the parent of this node, or null if this is the root node.
public Set<PolicyQualifierInfo> getPolicyQualifiers ()
  Returns the set of policy qualifiers associated with the valid policy represented by this node.
public String getValidPolicy ()
  Returns the valid policy represented by this node.
public boolean isCritical ()
  Returns the criticality indicator of the certificate policy extension in the most recently processed certificate.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar