PresentProofRequest |
PresentProofRequest.PresentProofRequestBuilder.build() |
|
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 <T> PresentProofRequest |
PresentProofRequestHelper.buildForEachAttribute(String connectionId,
@NonNull Class<T> attributes,
PresentProofRequest.ProofRequest.ProofRestrictions restrictions) |
Appends the restriction 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
|
static PresentProofRequest |
PresentProofRequestHelper.buildForEachAttribute(String connectionId,
@NonNull Set<String> attributes,
PresentProofRequest.ProofRequest.ProofRestrictions restrictions) |
Appends the restriction for each attribute within the list
|
static PresentProofRequest |
PresentProofRequestHelper.buildProofRequest(String connectionId,
@NonNull Map<String,PresentProofRequest.ProofRequest.ProofRequestedAttributes> attrs) |
|