static PresentProofRequest.ProofRequest.ProofRequestedAttributes |
PresentProofRequestHelper.buildAttributeForAll(Set<String> attributes,
List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions,
PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked) |
|
static <T> PresentProofRequest |
PresentProofRequestHelper.buildForAllAttributes(String connectionId,
@NonNull Class<T> type,
@NonNull List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions) |
Appends the restrictions to the attribute list
|
static <T> PresentProofRequest |
PresentProofRequestHelper.buildForAllAttributes(String connectionId,
@NonNull Class<T> type,
@NonNull List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions,
PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked) |
Appends the restrictions to the attribute list
|
static PresentProofRequest |
PresentProofRequestHelper.buildForAllAttributes(String connectionId,
@NonNull Set<String> attributes,
@NonNull List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions) |
Appends the restrictions to the attribute list
|
static PresentProofRequest |
PresentProofRequestHelper.buildForAllAttributes(String connectionId,
String attributeGroupName,
@NonNull Set<String> attributes,
@NonNull List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions,
PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked) |
Appends the restrictions to the attribute list
|
static <T> PresentProofRequest |
PresentProofRequestHelper.buildForEachAttribute(String connectionId,
@NonNull Class<T> attributes,
List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions) |
Appends the restrictions for each field of the Pojo class
|
static PresentProofRequest |
PresentProofRequestHelper.buildForEachAttribute(String connectionId,
@NonNull Set<String> attributes,
@NonNull List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions) |
Appends the restrictions for each field in the attribute list
|