Uses of Class
org.hyperledger.aries.api.present_proof_v2.DIFField
-
Packages that use DIFField Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of DIFField in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return DIFField Modifier and Type Method Description DIFFieldDIFField.DIFFieldBuilder. build()Methods in org.hyperledger.aries.api.present_proof_v2 that return types with arguments of type DIFField Modifier and Type Method Description List<DIFField>V2DIFProofRequest.PresentationDefinition.Constraints. getFields()Method parameters in org.hyperledger.aries.api.present_proof_v2 with type arguments of type DIFField Modifier and Type Method Description V2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilderV2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilder. fields(List<DIFField> fields)voidV2DIFProofRequest.PresentationDefinition.Constraints. setFields(List<DIFField> fields)Constructor parameters in org.hyperledger.aries.api.present_proof_v2 with type arguments of type DIFField Constructor Description Constraints(List<DIFField> fields, List<DIFHolder> isHolder, V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum limitDisclosure, V2DIFProofRequest.PresentationDefinition.Constraints.StatusEnum statusActive, V2DIFProofRequest.PresentationDefinition.Constraints.StatusEnum statusRevoked, V2DIFProofRequest.PresentationDefinition.Constraints.StatusEnum statusSuspended, V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum subjectIsIssuer)
-