aries / net.globalid.aries.message.inbound / UnpackedMessage

UnpackedMessage

data class UnpackedMessage

Decrypted message that was received from cloud agent.

Constructors

<init>

Decrypted message that was received from cloud agent.

UnpackedMessage(message: AgentMessage, senderVerKey: String?, recipientVerKey: String)

Properties

message

is actual decrypted message as an AgentMessage

val message: AgentMessage

recipientVerKey

is recipient's verification key

val recipientVerKey: String

senderVerKey

is sender's verification key. Can be null if anoncrypt is used instead of authcrypt.

val senderVerKey: String?