CertificateReq

Certificate Request Message

Constructors

this
this(HandshakeIO io, HandshakeHash hash, TLSPolicy policy, Vector!X509DN ca_certs, TLSProtocolVersion _version)

Create a new Certificate Request message

this
this(Vector!ubyte buf, TLSProtocolVersion _version)

Deserialize a Certificate Request message

Members

Functions

acceptableCAs
const(Vector!X509DN) acceptableCAs()
Undocumented in source. Be warned that the author may not have intended to support it.
acceptableCertTypes
const(Vector!string) acceptableCertTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
Vector!ubyte serialize()

Serialize a Certificate Request message

supportedAlgos
Vector!(Pair!(string, string)) supportedAlgos()
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