All Types

net.globalid.aries.mediator.dotnet.connection.models.message.AddRouteMessage

Message to notify the mediator about a new verification key.

net.globalid.aries.mediator.dotnet.inbox.models.message.CreateInboxMessage

Custom dotnet protocol message for creating an inbox.

net.globalid.aries.mediator.dotnet.inbox.models.message.CreateInboxResponseMessage

Custom dotnet protocol message response after creating an inbox. This message does not have a @id and @type.

net.globalid.aries.mediator.dotnet.backup.DefaultDotnetBackupManager

See DotnetBackupManager.

net.globalid.aries.mediator.dotnet.backup.DefaultDotnetBackupService

See DotnetBackupService.

net.globalid.aries.mediator.dotnet.inbox.DefaultDotnetInboxManager

See DotnetInboxManager. Implements inbox fetching and processing logic.

net.globalid.aries.mediator.dotnet.inbox.models.message.DeleteInboxItemsMessage

Custom dotnet protocol message for deleting inbox messages on mediator

net.globalid.aries.mediator.dotnet.util.DotnetAgentMessageProvider

Provides additional message types used only for dotnet mediator communication.

net.globalid.aries.mediator.dotnet.backup.DotnetBackupManager

A manager for dotnet backups for easy backup creation, uploading and restoring. Callers are responsible for closing any streams that they provide!

net.globalid.aries.mediator.dotnet.backup.DotnetBackupService

Wallet backup service extension based on dotnet mediator backup implementation. Adds support for creating dotnet specific message for backup store and backup retrieve.

net.globalid.aries.mediator.dotnet.mediator.DotnetConfigurationProvider

An interface for providing dotnet mediator configuration. The JSON should look like this:

net.globalid.aries.mediator.dotnet.connection.DotnetConnectionService

See DefaultConnectionService.

net.globalid.aries.mediator.dotnet.inbox.DotnetInboxManager

A manager for dotnet inbox.

net.globalid.aries.mediator.dotnet.mediator.DotnetMediatorManager

Handel a dotnet mediator agent instance.

net.globalid.aries.mediator.dotnet.mediator.model.DotnetMediatorRecord

Holds data specific to using a dotnet mediator.

net.globalid.aries.mediator.dotnet.DotnetMessageType
net.globalid.aries.mediator.dotnet.mediator.DotnetPublicConfiguration

Represents the public configuration of a dotnet mediator agent.

net.globalid.aries.mediator.dotnet.inbox.models.message.GetInboxMessage

Custom dotnet protocol message for fetching inbox messages.

net.globalid.aries.mediator.dotnet.inbox.models.message.GetInboxResponseMessage

Custom dotnet protocol response message for fetching inbox messages.

net.globalid.aries.mediator.dotnet.inbox.models.message.InboxItemMessage

Custom dotnet protocol (sub)message representing a single inbox item.

net.globalid.aries.mediator.dotnet.inbox.models.inbox.InboxProcessResponse

Represents response object for processing inbox messages general there are two possible states of process result success state InboxProcessResponse.Success and error state InboxProcessResponse.Error

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

Custom dotnet protocol message for retrieving a backup.

net.globalid.aries.mediator.dotnet.backup.models.message.RetrieveBackupResponseMessage

Custom dotnet protocol response message for retrieving a backup.

net.globalid.aries.mediator.dotnet.backup.models.message.StoreBackupMessage
net.globalid.aries.mediator.dotnet.backup.models.message.StoreBackupResponseMessage

Custom dotnet protocol response message for storing a backup.