Ed25519Signer class

Constructors

Ed25519Signer(String uuid)
Constructor for Ed25519 signer.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
getter/setter pair

Methods

getCurrentPubKey() Future<String>
Returns currently used public key for Ed25519 signer.
getNextPubKey() Future<String>
Returns second/backup public key for Ed25519 signer.
getUuid() Future<String>
Returns the uuid of Ed25519 signer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateForEd25519() Future<void>
Rotates the keys (the backup key becomes currently used and new key is generated as backup).
sign(String message) Future<String>
Signs provided message using Ed25519. Returns signature if successfully signed.
signNoAuth(String message) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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