Uses of Class
org.hyperledger.aries.api.ExchangeVersion
-
Packages that use ExchangeVersion Package Description org.hyperledger.aries.api org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 -
-
Uses of ExchangeVersion in org.hyperledger.aries.api
Methods in org.hyperledger.aries.api that return ExchangeVersion Modifier and Type Method Description static ExchangeVersionExchangeVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeVersion[]ExchangeVersion. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExchangeVersion in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return ExchangeVersion Modifier and Type Method Description abstract ExchangeVersionBasePresExRecord. getVersion()ExchangeVersionPresentationExchangeRecord. getVersion()Methods in org.hyperledger.aries.api.present_proof with parameters of type ExchangeVersion Modifier and Type Method Description voidPresentationExchangeRecord. setVersion(ExchangeVersion version)BPresentationExchangeRecord.PresentationExchangeRecordBuilder. version(ExchangeVersion version)Constructors in org.hyperledger.aries.api.present_proof with parameters of type ExchangeVersion 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 ExchangeVersion in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return ExchangeVersion Modifier and Type Method Description ExchangeVersionV20PresExRecord. getVersion()
-