LocalSigning class

Implemented types
Available Extensions

Constructors

LocalSigning(KeyPair _keyPair)

Properties

algorithm Algorithm
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

existingPublicKey() Future<List<int>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publicKey() Future<List<int>>
override
sign(List<int> data) Future<List<int>>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ed25519Asn1Prefix → const List<int>
ed25519Length → const int