TTLSHandshakeType Enumeration
Represents type TTLSHandshakeType.
type TTLSHandshakeType = ( tlshtHello_request = 0, tlshtClient_hello = 1, tlshtServer_hello = 2, tlshtCertificate = 11, tlshtServer_key_exchange = 12, tlshtCertificate_request = 13, tlshtServer_hello_done = 14, tlshtCertificate_verify = 15, tlshtClient_key_exchange = 16, tlshtFinished = 20, tlshtCertificate_url = 21, tlshtCertificate_status = 22, tlshtMax = 255 );
The TTLSHandshakeType type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() | tlshtCertificate | Represents constant |
![]() | tlshtCertificate_request | Represents constant |
![]() | tlshtCertificate_status | Represents constant |
![]() | tlshtCertificate_url | Represents constant |
![]() | tlshtCertificate_verify | Represents constant |
![]() | tlshtClient_hello | Represents constant |
![]() | tlshtClient_key_exchange | Represents constant |
![]() | tlshtFinished | Represents constant |
![]() | tlshtHello_request | Represents constant |
![]() | tlshtMax | Represents constant |
![]() | tlshtServer_hello | Represents constant |
![]() | tlshtServer_hello_done | Represents constant |
![]() | tlshtServer_key_exchange | Represents constant |
