Class RtmEncryptionConfig

Brief

encryption configuration

Hierarchy

  • RtmEncryptionConfig

Constructors

Properties

encryptionKey?: string

The encryption key in the string format.

encryptionMode?: RtmEncryptionMode = RtmEncryptionMode.none

The encryption mode.

encryptionSalt?: number[]

The encryption salt.