CoseEllipticCurve enum

COSE Elliptic Curve identifier to determine which elliptic curve to use with a given key

@author Spencer Witt

Inheritance

Constructors

CoseEllipticCurve()
const

Values

Reserved → const CoseEllipticCurve
P256 → const CoseEllipticCurve
P384 → const CoseEllipticCurve
P521 → const CoseEllipticCurve
X25519 → const CoseEllipticCurve
X448 → const CoseEllipticCurve
Ed25519 → const CoseEllipticCurve
Ed448 → const CoseEllipticCurve
Secp256k1 → const CoseEllipticCurve

Properties

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<CoseEllipticCurve>
A constant List of the values in this enum, in order of their declaration.