TTLSSignedParams Record

Represents type TTLSSignedParams.

Namespace: flcTLSHandshake
type
 TTLSSignedParams = record
 end;

The TTLSSignedParams type exposes the following members.

Show:
 NameDescription
client_random

Represents field client_random.

params

Represents field params.

server_random

Represents field server_random.

Top