Package 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.

See:
          Description

Class Summary
MessageProcessorController Controller class of component MessageProcessor.
Recoder Recodes (decrypts/encrypts) messages.
ReplayDetection Detects whether a message has already been processed, or not.
 

Package messageProcessor Description

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.

Any function can be performed in parallel, except detecting replays.