aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.backup.models.message / RetrieveBackupMessage

RetrieveBackupMessage

@JsonClass(true) data class RetrieveBackupMessage : AgentMessage

Custom dotnet protocol message for retrieving a backup.

Constructors

<init>

Custom dotnet protocol message for retrieving a backup.

RetrieveBackupMessage(backupKey: String, signature: Base64NormalString)

Properties

backupKey

is the public key used for signing the backup.

val backupKey: String

signature

is the signature of the backup key.

val signature: Base64NormalString