Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EncryptionMode

The encryption mode for the stream.

Index

Enumeration members

Aes128Strong

Aes128Strong: = 2
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).
field

Aes128Strong

type

{fm.icelink.EncryptionMode}

Aes128Weak

Aes128Weak: = 3
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).
field

Aes128Weak

type

{fm.icelink.EncryptionMode}

Null

Null: = 1
No encryption and no integrity checking.
field

Null

type

{fm.icelink.EncryptionMode}

NullStrong

NullStrong: = 4
Null encryption with strong HMAC-SHA1 integrity checking (80-bit).
field

NullStrong

type

{fm.icelink.EncryptionMode}

NullWeak

NullWeak: = 5
Null encryption with weak HMAC-SHA1 integrity checking (32-bit).
field

NullWeak

type

{fm.icelink.EncryptionMode}