FileDocCategorySizeDatePackage
PolicyNode.javaAPI DocAndroid 1.5 API2835Wed May 06 22:41:06 BST 2009java.security.cert

PolicyNode

public interface PolicyNode
The interface to a valid policy tree node for the PKIX certification path validation algorithm.

Instances of this class are one of the outputs of the PKIX certification path validation algorithm.

since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.IteratorgetChildren()
Returns the list of children of this node as an {@code Iterator}.

return
the list of children of this node as an {@code Iterator}.
since
Android 1.0

public intgetDepth()
Returns the depth of this node in the policy tree.

the depth is zero based.

return
the depth of this node in the policy tree.
since
Android 1.0

public java.util.SetgetExpectedPolicies()
Returns the expected policies for the next certificate to be valid.

return
the expected policies.
since
Android 1.0

public java.security.cert.PolicyNodegetParent()
Returns the parent policy node.

return
the parent policy node.
since
Android 1.0

public java.util.SetgetPolicyQualifiers()
Returns the policy qualifiers associated with the policy of this node.

return
the policy qualifiers associated with the policy of this node.
since
Android 1.0

public java.lang.StringgetValidPolicy()
Returns the valid policy of this node.

return
the valid policy of this node.
since
Android 1.0

public booleanisCritical()
Returns whether the certificate policy extension of the most recently processed certificate is marked as critical.

return
{@code true} if the extension is marked as critical, otherwise {@code false}.
since
Android 1.0