TLSAlert

TLS TLSAlert Message

Constructors

this
this(SecureVector!ubyte buf)

Deserialize an TLSAlert message

this
this(TLSAlertType type_code, bool fatal)

Create a new TLSAlert

Members

Enums

CLOSE_NOTIFY
anonymousenum CLOSE_NOTIFY

Type codes for TLS alerts

Functions

isFatal
bool isFatal()
isValid
bool isValid()
serialize
Vector!ubyte serialize()

Serialize an alert

type
TLSAlertType type()
typeString
string typeString()

Meta