Class SecuredMessage


public class SecuredMessage extends OutgoingMessage
Secured Message. If the connection is secured, this is sent by the client to send an authenticated SetValueMessage.
Author:
Florian Hotze - Initial contribution
  • Field Details

    • data

      public final String data
    • requestId

      public final String requestId
    • hmac

      public final String hmac
  • Constructor Details

    • SecuredMessage

      public SecuredMessage(String data, String requestId, String hmac)
      Creates a new SecuredMessage.
      Parameters:
      data - the serialized SetValueMessage to be sent
      requestId - the request id
      hmac - the HMAC to authenticate the message