DidcommSignedMessage class

A signed didcomm message

Implemented types

Constructors

DidcommSignedMessage({required DidcommMessage payload, List<SignatureObject>? signatures})
DidcommSignedMessage.fromJson(dynamic jsonObject)

Properties

hashCode int
The hash code for this object.
no setterinherited
payload DidcommMessage
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures List<SignatureObject>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(List<Map<String, dynamic>> jwkToSignWith) Future<void>
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
verify(Map<String, dynamic> publicKeyJwk) Future<bool>

Operators

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