See: Description
| Interface | Description |
|---|---|
| TreeNode |
A node in a threshold tree.
|
| Class | Description |
|---|---|
| ComparablePair<T1 extends java.lang.Comparable<T1>,T2> |
A pair class which allows for comparisons via the first element.
|
| InnerNode |
An inner node of a threshold tree.
|
| LeafNode |
A leaf node in a threshold tree, a node without children and threshold set to 0.
|
| PolicyToTreeNodeConverter |
Takes a
Policy and computes the internal tree used by the AccessStructure. |
| RandomFunction |
Represents a random polynomial, where only the value at position 0 is set.
|