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... | |
Indicates encryption policy for a connection.
fm.liveswitch.EncryptionPolicy.EncryptionPolicy | ( | int | value | ) |
|
static |
int fm.liveswitch.EncryptionPolicy.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.EncryptionPolicy.Disabled =(3) |
Encryption will not be available for the given connection.
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.
fm.liveswitch.EncryptionPolicy.Required =(1) |
Encryption is required.
If encryption is not supported by peer, connection must fail.