TLSAlert.this

Create a new TLSAlert

  1. this(SecureVector!ubyte buf)
  2. this(TLSAlertType type_code, bool fatal)
    struct TLSAlert
    public
    this
    (,
    bool fatal = false
    )

Parameters

type_code TLSAlertType

the type of alert

fatal bool

specifies if this is a fatal alert

Meta