Uses of Class
org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.Identifier
-
Packages that use PresentationExchangeRecord.Identifier Package Description org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 org.hyperledger.aries.webhook -
-
Uses of PresentationExchangeRecord.Identifier in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationExchangeRecord.Identifier Modifier and Type Method Description PresentationExchangeRecord.IdentifierPresentationExchangeRecord.Identifier.IdentifierBuilder. build()PresentationExchangeRecord.IdentifierPresentationExchangeRecord.RevealedAttributeGroup. getIdentifier()Methods in org.hyperledger.aries.api.present_proof that return types with arguments of type PresentationExchangeRecord.Identifier Modifier and Type Method Description List<PresentationExchangeRecord.Identifier>PresentationExchangeRecord. getIdentifiers()Methods in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeRecord.Identifier Modifier and Type Method Description PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderPresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder. identifier(PresentationExchangeRecord.Identifier identifier)voidPresentationExchangeRecord.RevealedAttributeGroup. setIdentifier(PresentationExchangeRecord.Identifier identifier)Method parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentationExchangeRecord.Identifier Modifier and Type Method Description BPresentationExchangeRecord.PresentationExchangeRecordBuilder. identifiers(List<PresentationExchangeRecord.Identifier> identifiers)voidPresentationExchangeRecord. setIdentifiers(List<PresentationExchangeRecord.Identifier> identifiers)Constructors in org.hyperledger.aries.api.present_proof with parameters of type PresentationExchangeRecord.Identifier Constructor Description RevealedAttributeGroup(Map<String,String> revealedAttributes, PresentationExchangeRecord.Identifier identifier)Constructor parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentationExchangeRecord.Identifier Constructor Description PresentationExchangeRecord(com.google.gson.JsonObject presentationProposalDict, PresentProofRequest.ProofRequest presentationRequest, com.google.gson.JsonObject presentationRequestDict, com.google.gson.JsonObject presentation, List<PresentationExchangeRecord.Identifier> identifiers, ExchangeVersion version) -
Uses of PresentationExchangeRecord.Identifier in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return types with arguments of type PresentationExchangeRecord.Identifier Modifier and Type Method Description List<PresentationExchangeRecord.Identifier>V20PresExRecord. resolveIndyIdentifiers()List<PresentationExchangeRecord.Identifier>V20PresExRecordByFormat. resolveIndyIdentifiers() -
Uses of PresentationExchangeRecord.Identifier in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type PresentationExchangeRecord.Identifier Modifier and Type Method Description static List<PresentationExchangeRecord.Identifier>EventParser. resolveIdentifiers(com.google.gson.JsonObject jo)
-