TTLSHandshakeType Enumeration

Represents type TTLSHandshakeType.

Namespace: flcTLSHandshake
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:
 NameDescription
tlshtCertificate

Represents constant tlshtCertificate.

tlshtCertificate_request

Represents constant tlshtCertificate_request.

tlshtCertificate_status

Represents constant tlshtCertificate_status.

tlshtCertificate_url

Represents constant tlshtCertificate_url.

tlshtCertificate_verify

Represents constant tlshtCertificate_verify.

tlshtClient_hello

Represents constant tlshtClient_hello.

tlshtClient_key_exchange

Represents constant tlshtClient_key_exchange.

tlshtFinished

Represents constant tlshtFinished.

tlshtHello_request

Represents constant tlshtHello_request.

tlshtMax

Represents constant tlshtMax.

tlshtServer_hello

Represents constant tlshtServer_hello.

tlshtServer_hello_done

Represents constant tlshtServer_hello_done.

tlshtServer_key_exchange

Represents constant tlshtServer_key_exchange.

Top