Uses of Class
org.hyperledger.aries.api.present_proof.PresentProofRequest.ProofRequest.ProofRequestedAttributes
-
Packages that use PresentProofRequest.ProofRequest.ProofRequestedAttributes Package Description org.hyperledger.aries.api.present_proof -
-
Uses of PresentProofRequest.ProofRequest.ProofRequestedAttributes in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentProofRequest.ProofRequest.ProofRequestedAttributes Modifier and Type Method Description PresentProofRequest.ProofRequest.ProofRequestedAttributesPresentProofRequest.ProofRequest.ProofRequestedAttributes.ProofRequestedAttributesBuilder. build()static PresentProofRequest.ProofRequest.ProofRequestedAttributesPresentProofRequestHelper. buildAttributeForAll(Set<String> attributes, List<PresentProofRequest.ProofRequest.ProofRestrictions> restrictions, PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked)Methods in org.hyperledger.aries.api.present_proof that return types with arguments of type PresentProofRequest.ProofRequest.ProofRequestedAttributes Modifier and Type Method Description Map<String,PresentProofRequest.ProofRequest.ProofRequestedAttributes>PresentProofRequest.ProofRequest. getRequestedAttributes()Methods in org.hyperledger.aries.api.present_proof with parameters of type PresentProofRequest.ProofRequest.ProofRequestedAttributes Modifier and Type Method Description PresentProofRequest.ProofRequest.ProofRequestBuilderPresentProofRequest.ProofRequest.ProofRequestBuilder. requestedAttribute(String requestedAttributeKey, PresentProofRequest.ProofRequest.ProofRequestedAttributes requestedAttributeValue)Method parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentProofRequest.ProofRequest.ProofRequestedAttributes Modifier and Type Method Description static PresentProofRequestPresentProofRequestHelper. buildProofRequest(String connectionId, @NonNull Map<String,PresentProofRequest.ProofRequest.ProofRequestedAttributes> attrs)PresentProofRequest.ProofRequest.ProofRequestBuilderPresentProofRequest.ProofRequest.ProofRequestBuilder. requestedAttributes(Map<? extends String,? extends PresentProofRequest.ProofRequest.ProofRequestedAttributes> requestedAttributes)voidPresentProofRequest.ProofRequest. setRequestedAttributes(Map<String,PresentProofRequest.ProofRequest.ProofRequestedAttributes> requestedAttributes)Constructor parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentProofRequest.ProofRequest.ProofRequestedAttributes Constructor Description ProofRequest(String name, String version, String nonce, PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked, Map<String,PresentProofRequest.ProofRequest.ProofRequestedAttributes> requestedAttributes, Map<String,PresentProofRequest.ProofRequest.ProofRequestedPredicates> requestedPredicates)
-