EldoS
MsgConnect home / Documentation / Transformer classes
Navigation
Web site
Support
Table Of Contents

    Transformer classes provide additional on-the-fly services like compression, encryption and integrity checking of the packets being sent. They are available for use only under MsgConnect Commercial License.
    Transformer classes are divided into several groups:

  • Compressors. Currently there is only ZLib compression class.
  • Encryptors. AES encryption class is available.
  • Sealers (integrity checking), which include CRC32, MD5 and Adler classes.

        Transformer classes operate with the whole message starting from MsgID field, so if the message is encrypted, the intersepting part knows nothing about the message (besides it's size). The transformers are applied in the following order: compression, sealing, encryption. This allows to test integrity checking after decompression is done.
        Each transformer can be linked to any number of transport classes.

  •  
    Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
    Copyright (c) 1998-2005, EldoS Corporation