Tls12Server.this

this(RecordLayer recordLayer, TlsVerifyMode verifyMode, TlsVerifyCallback verifyCallback, string[] alpnProtocols, ubyte[][] certChainDer, string certChainPem, string privateKeyPem)

Constructs a TLS 1.2 server handshake engine.

Parameters

recordLayerThe record layer for reading/writing TLS records.
verifyModeClient certificate verification mode.
verifyCallbackOptional custom verification callback.
alpnProtocolsALPN protocol names the server supports.
certChainDerServer certificate chain in DER format (leaf first).
certChainPemServer certificate chain in PEM format.
privateKeyPemServer private key in PEM format.