PublicKey class
PublicKey contains a public key byte array for a particular CurveType encoded in hex. Note that there is no PrivateKey struct as this is NEVER the concern of an implementation.
Constructors
Properties
- curve_type ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hex_bytes ↔ String
-
Hex-encoded public key bytes in the format specified by the CurveType.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited