java.security.cert.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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the list of children of this node as an
Iterator . | |||||||||||
Returns the depth of this node in the policy tree.
| |||||||||||
Returns the expected policies for the next certificate to be valid.
| |||||||||||
Returns the parent policy node.
| |||||||||||
Returns the policy qualifiers associated with the policy of this node.
| |||||||||||
Returns the valid policy of this node.
| |||||||||||
Returns whether the certificate policy extension of the most recently
processed certificate is marked as critical.
|
Returns the list of children of this node as an Iterator
.
Iterator
.
Returns the depth of this node in the policy tree.
the depth is zero based.
Returns the expected policies for the next certificate to be valid.
Returns the parent policy node.
Returns the policy qualifiers associated with the policy of this node.
Returns the valid policy of this node.
Returns whether the certificate policy extension of the most recently processed certificate is marked as critical.
true
if the extension is marked as critical, otherwise
false
.