Attachment Jws
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).
Properties
Functions
Link copied to clipboard
This method verifies the type of AttachmentData and returns the data as a json string.