fm.liveswitch.EncryptionMode Enum Reference

The encryption mode for the stream. More...

Public Member Functions

 EncryptionMode (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static EncryptionMode getByAssignedValue (int value)
 

Public Attributes

 Null =(1)
 No encryption and no integrity checking. More...
 
 Aes128Strong =(2)
 AES 128-bit encryption with strong HMAC-SHA1 integrity checking (80-bit). More...
 
 Aes128Weak =(3)
 AES 128-bit encryption with weak HMAC-SHA1 integrity checking (32-bit). More...
 
 NullStrong =(4)
 Null encryption with strong HMAC-SHA1 integrity checking (80-bit). More...
 
 NullWeak =(5)
 Null encryption with weak HMAC-SHA1 integrity checking (32-bit). More...
 

Detailed Description

The encryption mode for the stream.

Constructor & Destructor Documentation

◆ EncryptionMode()

fm.liveswitch.EncryptionMode.EncryptionMode ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.EncryptionMode.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.EncryptionMode.getAssignedValue ( )

◆ getByAssignedValue()

static EncryptionMode fm.liveswitch.EncryptionMode.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Aes128Strong

fm.liveswitch.EncryptionMode.Aes128Strong =(2)

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

◆ Aes128Weak

fm.liveswitch.EncryptionMode.Aes128Weak =(3)

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

◆ Null

fm.liveswitch.EncryptionMode.Null =(1)

No encryption and no integrity checking.

◆ NullStrong

fm.liveswitch.EncryptionMode.NullStrong =(4)

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

◆ NullWeak

fm.liveswitch.EncryptionMode.NullWeak =(5)

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