Uses of Package
architectureInterface

Packages that use architectureInterface
accessControl Access control component - Supposed to perform authentication, access and admission control. 
client The Client used to anonymize data (e. g. from a user's application) via a cascade of mixes. 
externalInformationPort ExternalInformationPort component - Used for (UDP-)Information (for example a public key) exchange with "external" communication partners (for example other mixes or clients). 
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. 
internalInformationPort InternalInformationPort component - Used for information exchange (for example via log files (output), property files (input) or display output) with "internal" communication partners (usually the system administrator) 
keyGenerator KeyGenerator component - Used to generate cryptographic keys 
networkClock Network Clock component - Provides a clock, which is synchronized with a SNTP server 
outputStrategy Output Strategy component - Collects messages until an output criterion is fulfilled (certain number of messages collected or timeout reached) 
userDatabase User Database component - Used to store user-specific data (for example identifiers, session keys or buffers) 
 

Classes in architectureInterface used by accessControl
AccessControlInterface
          Architecture interface for component AccessControl.
 

Classes in architectureInterface used by client
ClientInterface
          Architecture interface for component Client.
 

Classes in architectureInterface used by externalInformationPort
ExternalInformationPortInterface
          Architecture interface for component ExternalInformationPort.
 

Classes in architectureInterface used by inputOutputHandler
InputOutputHandlerInterface
          Architecture interface for component InputOutputHandler.
 

Classes in architectureInterface used by internalInformationPort
InternalInformationPortInterface
          Architecture interface for component InternalInformationPort.
 

Classes in architectureInterface used by keyGenerator
KeyGeneratorInterface
          Architecture interface for component KeyGenerator.
 

Classes in architectureInterface used by networkClock
NetworkClockInterface
          Architecture interface for component NetworkClock.
 

Classes in architectureInterface used by outputStrategy
OutputStrategyInterface
          Architecture interface for component OutputStrategy.
 

Classes in architectureInterface used by userDatabase
UserDatabaseInterface
          Architecture interface for component UserDatabase.