TLSChannel.sendAlert

Send a TLS alert message. If the alert is fatal, the internal state (keys, etc) will be reset.

class TLSChannel
public
void
sendAlert
(
in TLSAlert alert
)

Parameters

alert TLSAlert

the TLSAlert to send

Meta