Uses of Class
org.hyperledger.acy_py.generated.model.InputDescriptors
-
Packages that use InputDescriptors Package Description org.hyperledger.acy_py.generated.model -
-
Uses of InputDescriptors in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return InputDescriptors Modifier and Type Method Description InputDescriptorsInputDescriptors.InputDescriptorsBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type InputDescriptors Modifier and Type Method Description List<InputDescriptors>DIFProofProposal. getInputDescriptors()List<InputDescriptors>PresentationDefinition. getInputDescriptors()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type InputDescriptors Modifier and Type Method Description DIFProofProposal.DIFProofProposalBuilderDIFProofProposal.DIFProofProposalBuilder. inputDescriptors(List<InputDescriptors> inputDescriptors)PresentationDefinition.PresentationDefinitionBuilderPresentationDefinition.PresentationDefinitionBuilder. inputDescriptors(List<InputDescriptors> inputDescriptors)voidDIFProofProposal. setInputDescriptors(List<InputDescriptors> inputDescriptors)voidPresentationDefinition. setInputDescriptors(List<InputDescriptors> inputDescriptors)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type InputDescriptors Constructor Description DIFProofProposal(List<InputDescriptors> inputDescriptors, DIFOptions options)PresentationDefinition(ClaimFormat format, String id, List<InputDescriptors> inputDescriptors, String name, String purpose, List<SubmissionRequirements> submissionRequirements)
-