TLSAlertType
enum class TLSAlertType
TLS alert types with codes
Enum Values
Properties
val code: Int numeric alert code |
Companion Object Functions
fun byCode(code: Int): TLSAlertType Find TLS alert instance by it’s numeric code or fail |