FMIceLinkEncryptionMode Constants Reference

Declared in FMIceLinkEncryptionMode.h

FMIceLinkEncryptionMode

The encryption mode for the stream.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkEncryptionMode ) {
   FMIceLinkEncryptionModeNull = 1,
   FMIceLinkEncryptionModeAes128Strong = 2,
   FMIceLinkEncryptionModeAes128Weak = 3,
   FMIceLinkEncryptionModeNullStrong = 4,
   FMIceLinkEncryptionModeNullWeak = 5,
};

Constants

FMIceLinkEncryptionModeNull
No encryption and no integrity checking.

Declared In FMIceLinkEncryptionMode.h.

FMIceLinkEncryptionModeAes128Strong
AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit).

Declared In FMIceLinkEncryptionMode.h.

FMIceLinkEncryptionModeAes128Weak
AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit).

Declared In FMIceLinkEncryptionMode.h.

FMIceLinkEncryptionModeNullStrong
Null encryption with strong HMAC-SHA1 integrity checking (80-bit).

Declared In FMIceLinkEncryptionMode.h.

FMIceLinkEncryptionModeNullWeak
Null encryption with weak HMAC-SHA1 integrity checking (32-bit).

Declared In FMIceLinkEncryptionMode.h.

Declared In

FMIceLinkEncryptionMode.h