Uses of Class
networkClock.NetworkClockController

Packages that use NetworkClockController
client The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes. 
inputOutputHandler InputOutputHandler component - Handles (mix) message-based connections (see package Message) with communication partners (clients, other mixes and proxy servers) and therefore abstracts from the physic communication channels. 
message Provides different message formats, the InputOutputHandler is capable of transmitting. 
messageProcessor MessageProcessor component - Takes messages from component InputOutputHandler, processes them (recoding, checking for replays, removing/adding padding, initiating message authentication) and bypasses them to component OutputStrategy
userDatabase User Database component - Used to store user-specific data (for example identifiers, session keys or buffers) 
 

Uses of NetworkClockController in client
 

Fields in client declared as NetworkClockController
private static NetworkClockController MessageGenerator.clock
          Reference on component NetworkClock.
 

Uses of NetworkClockController in inputOutputHandler
 

Fields in inputOutputHandler declared as NetworkClockController
private static NetworkClockController ReplyDecision.clock
           
 

Uses of NetworkClockController in message
 

Fields in message declared as NetworkClockController
private static NetworkClockController Message.clock
          Reference on component NetworkClock (used to set variable timeOfReceival).
 

Uses of NetworkClockController in messageProcessor
 

Fields in messageProcessor declared as NetworkClockController
private static NetworkClockController ReplayDetection.clock
          Reference on component NetworkClock used to validate timestamps.
 

Uses of NetworkClockController in userDatabase
 

Fields in userDatabase declared as NetworkClockController
private static NetworkClockController User.clock
          Reference on component NetworkClock.