enum class TLSHandshakeType
TLS handshake record type
HelloRequest
ClientHello
ServerHello
Certificate
ServerKeyExchange
CertificateRequest
ServerDone
CertificateVerify
ClientKeyExchange
Finished
code
val code: Int
numeric type code
byCode
fun byCode(code: Int): TLSHandshakeType
Find handshake type instance by it's numeric code or fail