Signing class abstract
- Implementers
- Available extensions
Constructors
- Signing()
Properties
Methods
-
existingPublicKey(
) → Future< List< int> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publicKey(
) → Future< List< int> > -
sign(
List< int> data) → Future<List< int> > -
signPayload(
List< int> payload) → Future<Signature> -
Available on Signing, provided by the RequestSigning extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited