HelloVerifyRequest

DTLS Hello Verify Request

Constructors

this
this(Vector!ubyte buf)
Undocumented in source.
this
this(Vector!ubyte client_hello_bits, string client_identity, SymmetricKey secret_key)
Undocumented in source.

Members

Functions

cookie
const(Vector!ubyte) cookie()
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.
type
HandshakeType type()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HandshakeMessage

type
HandshakeType type()
Undocumented in source.
serialize
Vector!ubyte serialize()
Undocumented in source.

Meta