SignedMessage

fmgp.did.comm.SignedMessage
See theSignedMessage companion object

SignedMessage is a JSON Web Message (JWM)

JWM is a flexible way to encode application-level messages in JSON for transfer over a variety of transport protocols. JWMs use JSON Web Encryption (JWE) to protect integrity, achieve confidentiality, and achieve repudiable authentication; alternatively or in addition, they use JSON Web Signatures (JWS) to associate messages with a non-repudiable digital signature.

https://datatracker.ietf.org/doc/html/draft-looker-jwm-01

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sha256: String
def toJsonObj: Obj

toJSON MUST not fail!

toJSON MUST not fail!

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product