Certificate

Certificate Message

Constructors

this
this(HandshakeIO io, HandshakeHash hash, Array!X509Certificate cert_list)

Create a new Certificate message

this
this(HandshakeIO io, HandshakeHash hash, Vector!X509Certificate cert_list)

Create a new Certificate message

this
this(Vector!ubyte buf)

Deserialize a Certificate message

Members

Functions

certChain
const(Vector!X509Certificate) certChain()
Undocumented in source. Be warned that the author may not have intended to support it.
count
size_t count()
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
Vector!ubyte serialize()

Serialize a Certificate message

type
const(HandshakeType) 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.

Inherited Members

From HandshakeMessage

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

Meta