Class RtmEncryptionConfig

Brief

encryption configuration

Hierarchy

  • RtmEncryptionConfig

Constructors

Properties

encryptionKey?: string

The encryption key in the string format.

encryptionMode?: RTM_ENCRYPTION_MODE = RTM_ENCRYPTION_MODE.RTM_ENCRYPTION_MODE_NONE

The encryption mode.

encryptionSalt?: number[]

The encryption salt.