Uses of Package
votorola.a.register.trust

Packages that use votorola.a.register.trust
votorola.a.register Listing voters in a formal electoral register. 
votorola.a.register.trust Authenticating the electoral register. 
 

Classes in votorola.a.register.trust used by votorola.a.register
DoubtSignal.Table
          A relational store of doubt signals, backing an electoral register's doubt signaling network.
TrustEdge.Primary
          The configuration of a primary trust edge.
TrustEdge.Table
          The relational store of trust edges that (in part) backs a compiled voter list.
 

Classes in votorola.a.register.trust used by votorola.a.register.trust
CR_Doubt
          Responder for the command 'doubt' - to cast a signal of suspicion on another voter.
CR_Trust
          Responder for the command 'trust' - to extend trust to another voter.
DoubtSignal
          A signal of doubt extending from one voter (source) to another (destination).
DoubtSignal.Key
          A unique identifier for a particular signal.
DoubtSignal.Table
          A relational store of doubt signals, backing an electoral register's doubt signaling network.
DoubtSignalNode
          A doubt signal and one of the list nodes it connects, which is either the source or the destination node (depending on the context).
DoubtSignalNode.Runner
          A routine that runs in the context of a doubt signal node.
TrustEdge
          A trust connection between two voters in a neighbourhood trust network, as compiled in a voter list.
TrustEdge.Table
          The relational store of trust edges that (in part) backs a compiled voter list.
TrustEdgeNode
          A trust edge and one of the list nodes it connects, which is either the source or the destination node (depending on the context).