Java.Security.Cert.IPolicyNode Members

The members of Java.Security.Cert.IPolicyNode are listed below.

Public Properties

[read-only]
ChildrenJava.Util.IIterator. Returns the list of children of this node as an Iterator.
[read-only]
Depthint. Returns the depth of this node in the policy tree.
[read-only]
ExpectedPoliciesICollection<string>. Returns the expected policies for the next certificate to be valid.
[read-only]
IsCriticalbool. Returns whether the certificate policy extension of the most recently processed certificate is marked as critical.
[read-only]
ParentIPolicyNode. Returns the parent policy node.
[read-only]
PolicyQualifiersICollection<PolicyQualifierInfo>. Returns the policy qualifiers associated with the policy of this node.
[read-only]
ValidPolicystring. Returns the valid policy of this node.