Class PKIXPolicyNode
java.lang.Object
org.bouncycastle.jcajce.PKIXPolicyNode
org.bouncycastle.jce.provider.PKIXPolicyNode
- All Implemented Interfaces:
PolicyNode
Retained for binary/source compatibility. The valid-policy-tree node type is now
PKIXPolicyNode, which the cert-path code uses directly;
this subclass preserves the historical org.bouncycastle.jce.provider name.-
Field Summary
Fields inherited from class PKIXPolicyNode
children, critical, depth, expectedPolicies, parent, policyQualifiers, validPolicy -
Constructor Summary
ConstructorsConstructorDescriptionPKIXPolicyNode(List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) -
Method Summary
Methods inherited from class PKIXPolicyNode
addChild, clone, copy, getChildren, getDepth, getExpectedPolicies, getParent, getPolicyQualifiers, getValidPolicy, hasChildren, isCritical, removeChild, setCritical, setExpectedPolicies, setParent, toString, toString
-
Constructor Details
-
PKIXPolicyNode
public PKIXPolicyNode(List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical)
-