fmgp.did.comm.SignedMessage
See theSignedMessage companion object
case class SignedMessage(payload: Payload, signatures: Seq[JWMSignatureObj]) extends Message
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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article