TTLSClientKeyExchange Record

Represents type TTLSClientKeyExchange.

Namespace: flcTLSHandshake
type
 TTLSClientKeyExchange = record
 end;

The TTLSClientKeyExchange type exposes the following members.

Show:
 NameDescription
ClientDiffieHellmanPublic

Represents field ClientDiffieHellmanPublic.

EncryptedPreMasterSecret

Represents field EncryptedPreMasterSecret.

Top