See: Description
| Interface | Description |
|---|---|
| Visitor<F> |
Interface specifying the methods any visitor for a threshold tree should implement
(created out of the extended boolean formula).
|
| Class | Description |
|---|---|
| AccessGrantedVisitor |
A visitor that checks whether a given
AccessStructure fulfills the threshold requirement needed
to allow access. |
| MinimalFulfillingSubsetVisitor |
Given a set of shares (with identifiers between 0 and n-1 (inclusive)),
this visitor computes a minimal subset that can be used to reconstruct
a shared secret.
|
| MonotoneSpanProgramGetMatrixVisitor |
This visitor calculates the monotone span program matrix for the tree it visits.
|
| ToStringVisitor |
Visitor class that formats the given
AccessStructure as a printable string. |