AttachmentJws

data class AttachmentJws(val header: AttachmentData.AttachmentHeader, val protected: String, val signature: String) : AttachmentData(source)

The AttachmentJws data class represents a DIDComm attachment containing a JWS (JSON Web Signature).

Constructors

Link copied to clipboard
constructor(header: AttachmentData.AttachmentHeader, protected: String, signature: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

This method verifies the type of AttachmentData and returns the data as a json string.