TLSAlert.this

Deserialize an TLSAlert message

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

Parameters

buf SecureVector!ubyte

the serialized alert

Meta