NewSessionTicket

New TLS Session Ticket Message

Constructors

this
this(HandshakeIO io, HandshakeHash hash, Vector!ubyte ticket, Duration lifetime)
Undocumented in source.
this
this(Vector!ubyte buf)
Undocumented in source.
this
this(HandshakeIO io, HandshakeHash hash)
Undocumented in source.

Members

Functions

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