PrivateKey class

Constructors

PrivateKey(Curve curve, BigInt D)
PrivateKey.fromBytes(Curve curve, List<int> bytes)
PrivateKey.fromHex(Curve curve, String hexRand)

Properties

bytes List<int>
bytes will calculate the bytes for the private key's D
no setter
curve Curve
getter/setter pair
D BigInt
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publicKey PublicKey
publicKey will calculate the public key for the private key
no setter
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
toHex() String
toString() String
A string representation of this object.
override

Operators

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