KeyPair class

Constructors

KeyPair(List<int>? privateKey, [List<int>? publicKey, Address? address])

Properties

address Future<Address?>
no setter
hashCode int
The hash code for this object.
no setterinherited
privateKey List<int>?
getter/setter pair
publicKey List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generatePublicKey(List<int> privateKey) Future<List<int>>
getPrivateKey() List<int>?
getPublicKey() Future<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(List<int> message) Future<List<int>>
toString() String
A string representation of this object.
inherited
verify(List<int> signature, List<int> message) Future<bool>

Operators

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