/ fm / liveswitch / EncryptionMode
Enumeration: EncryptionMode
fm.liveswitch.EncryptionMode
The encryption mode for the stream.
Table of contents
Enumeration members
Enumeration members
Aes128Strong
• Aes128Strong: = 2
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionMode.ts:20
Aes128Weak
• Aes128Weak: = 3
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionMode.ts:26
Null
• Null: = 1
No encryption and no integrity checking.
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionMode.ts:14
NullStrong
• NullStrong: = 4
Null encryption with strong HMAC-SHA1 integrity checking (80-bit).
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionMode.ts:32
NullWeak
• NullWeak: = 5
Null encryption with weak HMAC-SHA1 integrity checking (32-bit).
Defined in: Generated/TypeScript/fm.liveswitch/EncryptionMode.ts:38