Uses of Class
org.hyperledger.aries.api.present_proof_v2.V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum
-
Packages that use V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum Package Description org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum Modifier and Type Method Description V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnumV2DIFProofRequest.PresentationDefinition.Constraints. getLimitDisclosure()V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnumV2DIFProofRequest.PresentationDefinition.Constraints. getSubjectIsIssuer()static V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnumV2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum[]V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum Modifier and Type Method Description V2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilderV2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilder. limitDisclosure(V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum limitDisclosure)voidV2DIFProofRequest.PresentationDefinition.Constraints. setLimitDisclosure(V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum limitDisclosure)voidV2DIFProofRequest.PresentationDefinition.Constraints. setSubjectIsIssuer(V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum subjectIsIssuer)V2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilderV2DIFProofRequest.PresentationDefinition.Constraints.ConstraintsBuilder. subjectIsIssuer(V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum subjectIsIssuer)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type V2DIFProofRequest.PresentationDefinition.Constraints.SubjectEnum 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)
-