Dtls13Server.this

this(DtlsTransport transport, DtlsTimerSink timer, DatagramEndpoint clientAddr, const(ubyte)[] cookieSecret, const(ubyte)[][] certChainDer, string privateKeyPem)

Constructs a DTLS 1.3 server handshake engine.

Parameters

transportThe datagram transport for sending/receiving.
timerTimer sink for retransmission scheduling.
clientAddrThe client's address.
cookieSecretServer secret for cookie generation.
certChainDerDER-encoded certificate chain (leaf first).
privateKeyPemPEM-encoded private key.