Uses of Class
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks.PolicyTreeNode
Packages that use PolicyTreeNode
-
Uses of PolicyTreeNode in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks that return PolicyTreeNodeModifier and TypeMethodDescriptionPolicyTreeNode.deleteNodesAtLevelWithoutChildren
(int depthLevel) Removes nodes at the givendepthLevel
if not having children nodesstatic PolicyTreeNode
PolicyTreeNode.initTree()
Initialize the first node of the valid policy tree (containing anyPolicy as the first element)Methods in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks that return types with arguments of type PolicyTreeNodeModifier and TypeMethodDescriptionPolicyTreeNode.createAnyPolicyChildren()
Creates any policy children corresponding to the current policy nodeMethods in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with parameters of type PolicyTreeNodeModifier and TypeMethodDescriptionboolean
PolicyTreeNode.addChildNodeIfMatch
(PolicyTreeNode policyNode) This method adds apolicyNode
to the node's children, when applicable