Keys class abstract

A key-pair that can sign messages.

Implementers

Constructors

Keys({required Uint8List public_key_DER})

Properties

hashCode int
The hash code for this object.
no setterinherited
public_key_DER Uint8List
The DER encoded public-key of these Keys.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize(Uint8List message) Future<Uint8List>
Signs a message using the private-key of these Keys. Returns a signature on the message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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