ServerKeyExchangeType
enum class ServerKeyExchangeType
Server key exchange type with it’s code
Enum Values
Properties
val code: Int numeric exchange type code |
Companion Object Functions
fun byCode(code: Int): ServerKeyExchangeType Find an instance of ServerKeyExchangeType by it’s numeric code or fail |