SupportedEllipticCurves

Supported Elliptic Curves Extension (RFC 4492)

Constructors

this
this(Vector!string curves, ushort grease)
Undocumented in source.
this
this(TLSDataReader reader, ushort extension_size)
Undocumented in source.

Members

Functions

curves
const(Vector!string) curves()
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
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

curveIdToName
string curveIdToName(ushort id)
Undocumented in source. Be warned that the author may not have intended to support it.
nameToCurveId
ushort nameToCurveId(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
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