
Encryptions enumeration
List of encryption algorithms that can be used to protect the traffic.
Remarks
Possible values for Encryptions:
Constant | Value | Description |
---|---|---|
EncNone | 0 | No encryption is used. |
EncAES128 | 1 | AES with 128bit key. |
EncAES192 | 2 | AES with 192bit key. |
EncAES256 | 3 | AES with 256bit key. |
Platforms
WindowsMac OSX
Linux
BSD