PublicKey class

Represents a pascal coin public key

Constructors

PublicKey(Uint8List x, Uint8List y, Curve? curve)
PublicKey.empty()

Properties

curve Curve?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x Uint8List?
getter/setter pair
xLength int
getter/setter pair
y Uint8List?
getter/setter pair
yLength int
getter/setter pair

Methods

ec() Uint8List
Gets the ec key.
ecdh() Uint8List
Gets ecdh key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
xlHex() String
ylHex() String

Operators

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