aries / net.globalid.aries.features.presentproof.models.message

Package net.globalid.aries.features.presentproof.models.message

Types

PresentationAckMessage

AckMessage implementation for present proof protocol.

data class PresentationAckMessage : AckMessage

PresentationProposalMessage

This is an optional message sent by the prover to the verifier:

data class PresentationProposalMessage : AgentMessage

PresentationRequestMessage

This is a message from a verifier to a prover. It describes values that need to be revealed and predicates that need to be fulfilled.

data class PresentationRequestMessage : AgentMessage

PresentationResponseMessage

This is a response to a presentation request

data class PresentationResponseMessage : AgentMessage