EcdsaCurve enum

Enumeration of the elliptic curves supported by tinyDTLS.

Inheritance

Constructors

EcdsaCurve(int byteLength, int _internalEnumValue)
Constructor.
const

Values

secp256r1 → const EcdsaCurve

Represents the secp256r1 curve.

const EcdsaCurve(DTLS_EC_KEY_SIZE, dtls_ecdh_curve.DTLS_ECDH_CURVE_SECP256R1)

Properties

bitLength int
The key size of this curve in bits.
no setter
byteLength int
The key size of this curve in bytes.
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EcdsaCurve>
A constant List of the values in this enum, in order of their declaration.