DidcommSignedMessage class

A signed didcomm message

Implemented types

Constructors

DidcommSignedMessage({required DidcommMessage payload, required List<SignatureObject> signatures})
DidcommSignedMessage.fromJson(dynamic jsonObject)
DidcommSignedMessage.sign({required DidcommMessage payload, required List<Map<String, dynamic>> jwkToSignWith})

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
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
verify(Map<String, dynamic> publicKeyJwk) bool

Operators

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