Class EncryptedCSMessagePayloadParser

  • All Implemented Interfaces:
    PayloadParser

    public class EncryptedCSMessagePayloadParser
    extends BasePayloadParser
    Encryption CS Message Payload Parser generates encrypted and enveloped CSMessages and isn't a payload inside the CSMessage as other payload parsers generate.

    To generate an Encrypted CS Message use the method: genEncryptedCSMessage().

    To parse a message that might be encrypted use the parseMessage() method.