encodeMsgContent method

String encodeMsgContent()

Implementation

String encodeMsgContent() {
  return CryptoUtils.aesEncrypt(payload);
}