Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.RevealedAttribute
-
Packages that use PresentationExchangeRecord.RevealedAttribute Package Description org.hyperledger.aries.api.present_proof org.hyperledger.aries.webhook -
-
Uses of PresentationExchangeRecord.RevealedAttribute in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeRecord.RevealedAttribute Modifier and Type Method Description PresentationExchangeRecord.RevealedAttributePresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder. build()Methods in org.hyperledger.aries.api.present_proof that return types with arguments of type PresentationExchangeRecord.RevealedAttribute Modifier and Type Method Description Map<String,PresentationExchangeRecord.RevealedAttribute>PresentationExchangeRecord. findRevealedAttributedFull()Low level extractor that returns a map of all revealed attributes with the all their information. -
Uses of PresentationExchangeRecord.RevealedAttribute in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type PresentationExchangeRecord.RevealedAttribute Modifier and Type Method Description static Map<String,PresentationExchangeRecord.RevealedAttribute>EventParser. getValuesByRevealedAttributesFull(@NonNull String json)
-