Uses of Package
messageProcessor

Packages that use messageProcessor
externalInformationPort ExternalInformationPort component - Used for (UDP-)Information (for example a public key) exchange with "external" communication partners (for example other mixes or clients). 
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
 

Classes in messageProcessor used by externalInformationPort
MessageProcessorController
          Controller class of component MessageProcessor.
 

Classes in messageProcessor used by messageProcessor
Recoder
          Recodes (decrypts/encrypts) messages.
ReplayDetection
          Detects whether a message has already been processed, or not.