Attachment Jws Data
data class AttachmentJwsData(val base64: String, val jws: AttachmentData.AttachmentJws) : AttachmentData(source)
The AttachmentJwsData data class represents a DIDComm attachment containing JWS data.
Properties
Functions
Link copied to clipboard
This method verifies the type of AttachmentData and returns the data as a json string.