TLSExtensions

Represents a block of extensions in a hello message

Constructors

this
this(TLSDataReader reader)
Undocumented in source.

Members

Functions

add
void add(Extension extn)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
void deserialize(TLSDataReader reader)
Undocumented in source. Be warned that the author may not have intended to support it.
extensionTypes
Vector!HandshakeExtensionType extensionTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
grease
void grease(ushort first, ushort last)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
Vector!ubyte serialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta