enum class ServerKeyExchangeType
Server key exchange type with it's code
ExplicitPrime
ExplicitChar
NamedCurve
code
val code: Int
numeric exchange type code
byCode
fun byCode(code: Int): ServerKeyExchangeType
Find an instance of ServerKeyExchangeType by it's numeric code or fail