TTLSServerDHParams Record

Represents type TTLSServerDHParams.

Namespace: flcTLSHandshake
type
 TTLSServerDHParams = record
 end;

The TTLSServerDHParams type exposes the following members.

Show:
 NameDescription
dh_g

Represents field dh_g.

dh_p

Represents field dh_p.

dh_Ys

Represents field dh_Ys.

Top