ECCurve enum

Inheritance
Available extensions

Values

secp256r1 → const ECCurve
secp256k1 → const ECCurve
secp384r1 → const ECCurve
secp521r1 → const ECCurve
brainpoolp256r1 → const ECCurve
brainpoolp384r1 → const ECCurve
brainpoolp512r1 → const ECCurve
x25519 → const ECCurve
ed25519 → const ECCurve

Properties

algorithm int

Available on ECCurve, provided by the ECCurveValues extension

no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
oid List<int>

Available on ECCurve, provided by the ECCurveValues extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → KeyPairType<KeyPairData, PublicKey>

Available on ECCurve, provided by the ECCurveValues extension

no setter

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