fm.liveswitch.EncryptionPolicy Enum Reference

Indicates encryption policy for a connection. More...

Public Member Functions

 EncryptionPolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static EncryptionPolicy getByAssignedValue (int value)
 

Public Attributes

 Required =(1)
 Encryption is required. More...
 
 Negotiated =(2)
 Encryption is preferred but not required. More...
 
 Disabled =(3)
 Encryption will not be available for the given connection. More...
 

Detailed Description

Indicates encryption policy for a connection.

Constructor & Destructor Documentation

◆ EncryptionPolicy()

fm.liveswitch.EncryptionPolicy.EncryptionPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.EncryptionPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.EncryptionPolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Disabled

fm.liveswitch.EncryptionPolicy.Disabled =(3)

Encryption will not be available for the given connection.

◆ Negotiated

fm.liveswitch.EncryptionPolicy.Negotiated =(2)

Encryption is preferred but not required.

If the other peer does not support encryption, connection will be established without encryption.

◆ Required

fm.liveswitch.EncryptionPolicy.Required =(1)

Encryption is required.

If encryption is not supported by peer, connection must fail.