Uses of Class
org.hyperledger.acy_py.generated.model.DIFOptions
-
Packages that use DIFOptions Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.present_proof_v2 -
-
Uses of DIFOptions in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIFOptions Modifier and Type Method Description DIFOptionsDIFOptions.DIFOptionsBuilder. build()DIFOptionsDIFProofProposal. getOptions()DIFOptionsDIFProofRequest. getOptions()Methods in org.hyperledger.acy_py.generated.model with parameters of type DIFOptions Modifier and Type Method Description DIFProofProposal.DIFProofProposalBuilderDIFProofProposal.DIFProofProposalBuilder. options(DIFOptions options)DIFProofRequest.DIFProofRequestBuilderDIFProofRequest.DIFProofRequestBuilder. options(DIFOptions options)voidDIFProofProposal. setOptions(DIFOptions options)voidDIFProofRequest. setOptions(DIFOptions options)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIFOptions Constructor Description DIFProofProposal(List<InputDescriptors> inputDescriptors, DIFOptions options)DIFProofRequest(DIFOptions options, PresentationDefinition presentationDefinition) -
Uses of DIFOptions in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return DIFOptions Modifier and Type Method Description DIFOptionsV20PresProposalByFormat.DIFProofProposal. getOptions()DIFOptionsV2DIFProofRequest. getOptions()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFOptions Modifier and Type Method Description V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilderV20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder. options(DIFOptions options)V2DIFProofRequest.V2DIFProofRequestBuilderV2DIFProofRequest.V2DIFProofRequestBuilder. options(DIFOptions options)voidV20PresProposalByFormat.DIFProofProposal. setOptions(DIFOptions options)voidV2DIFProofRequest. setOptions(DIFOptions options)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type DIFOptions Constructor Description DIFProofProposal(List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors, DIFOptions options)V2DIFProofRequest(DIFOptions options, V2DIFProofRequest.PresentationDefinition presentationDefinition)
-