Package votorola.a.register.trust

Authenticating the electoral register.

See:
          Description

Interface Summary
DoubtSignalNode.Runner A routine that runs in the context of a doubt signal node.
 

Class Summary
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.
CR_Undoubt Responder for the command 'undoubt' - to withdraw doubt that was previously cast on another voter.
CR_Untrust Responder for the command 'untrust' - to withdraw trust that was previously extended 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).
TrustEdge A trust connection between two voters in a neighbourhood trust network, as compiled in a voter list.
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.
TrustEdgeContext A context for restricting a trust edge.
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).
TrustTrace A trace of trust edges.
WP_Doubt A doubt signaling page in the Web interface - for casting, editing or withdrawing a doubt signal.
WP_Trust A trust extension page in the Web interface - for extending or withdrawing a trust edge.
 

Package votorola.a.register.trust Description

Authenticating the electoral register.