v1ClientSignature class
Constructors
- v1ClientSignature({required String publicKey, required v1ClientSignatureScheme scheme, required String message, required String signature})
-
const
-
v1ClientSignature.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The message that was signed.
final
- publicKey → String
-
The public component of a cryptographic key pair used to create the signature.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → v1ClientSignatureScheme
-
The signature scheme used to generate the client signature.
final
- signature → String
-
The cryptographic signature over the message.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited