Package web5.sdk.vc.pex
Class PresentationSubmission
-
- All Implemented Interfaces:
public final class PresentationSubmissionRepresents the presentation submission, which links input descriptors to the matched Verifiable Credentials (VCs).
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StringdefinitionIdprivate final List<InputDescriptorMapping>descriptorMap
-
Constructor Summary
Constructors Constructor Description PresentationSubmission(String id, String definitionId, List<InputDescriptorMapping> descriptorMap)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier for the presentation submission. final StringgetDefinitionId()The identifier of the Presentation Definition. final List<InputDescriptorMapping>getDescriptorMap()A list of mappings between input descriptors and Verifiable Credentials (VCs). -
-
Constructor Detail
-
PresentationSubmission
PresentationSubmission(String id, String definitionId, List<InputDescriptorMapping> descriptorMap)
-
-
Method Detail
-
getDefinitionId
final String getDefinitionId()
The identifier of the Presentation Definition.
-
getDescriptorMap
final List<InputDescriptorMapping> getDescriptorMap()
A list of mappings between input descriptors and Verifiable Credentials (VCs).
-
-
-
-