Type of messages in Handshake protocol.
| 159 | |
| 160 | |
| 161 | class HandshakeType(tlslite.constants.HandshakeType): |
| 162 | """Type of messages in Handshake protocol.""" |
| 163 | |
| 164 | certificate_status = 22 |
| 165 | session_ticket = 4 |
nothing calls this directly
no outgoing calls
no test coverage detected