ECKeypair class

Keypair using EC Algorithm

Implemented types

Constructors

ECKeypair(ECPrivateKey _privateKey)
Create a ECKeypair using an ECPrivateKey
ECKeypair.fromRandom()
Generate a random ECKeypair on the secp256k1-Curve

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey ECPrivateKey
Get the ECPrivateKey associated ECPublicKey
no setteroverride
publicKey ECPublicKey
Get the ECPublicKey associated ECPrivateKey
no setteroverride
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