DIDCommProtocol

The DIDCommProtocol interface provides methods for packing and unpacking DIDComm messages.

Inheritors

Functions

Link copied to clipboard
abstract fun packEncrypted(message: Message): String

Packs a given message object into a string representation.

Link copied to clipboard
abstract fun unpack(message: String): Message

Unpacks a given string representation of a message into a Message object.