SessionTicket

TLSSession Ticket Extension (RFC 5077)

Constructors

this
this()

Create empty extension, used by both client and server

this
this(Vector!ubyte session_ticket)

Extension with ticket, used by client

this
this(TLSDataReader reader, ushort extension_size)

Deserialize a session ticket

Members

Functions

contents
const(Vector!ubyte) contents()
serialize
Vector!ubyte serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
type
HandshakeExtensionType type()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

staticType
HandshakeExtensionType staticType()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Extension

type
HandshakeExtensionType type()
serialize
Vector!ubyte serialize()
empty
bool empty [@property getter]

Meta