Uses of Class
org.hyperledger.acy_py.generated.model.DID
-
Packages that use DID Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of DID in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DID Modifier and Type Method Description DIDDID.DIDBuilder. build()DIDDIDResult. getResult()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type DID Modifier and Type Method Description List<DID>DIDList. getResults()Methods in org.hyperledger.acy_py.generated.model with parameters of type DID Modifier and Type Method Description DIDResult.DIDResultBuilderDIDResult.DIDResultBuilder. result(DID result)voidDIDResult. setResult(DID result)Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type DID Modifier and Type Method Description DIDList.DIDListBuilderDIDList.DIDListBuilder. results(List<DID> results)voidDIDList. setResults(List<DID> results)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DID Constructor Description DIDResult(DID result)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type DID Constructor Description DIDList(List<DID> results) -
Uses of DID in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type DID Modifier and Type Method Description Optional<List<DID>>AriesClient. walletDid()List wallet DIDsOptional<List<DID>>AriesClient. walletDid(ListWalletDidFilter filter)List wallet DIDsOptional<DID>AriesClient. walletDidCreate(@NonNull WalletDIDCreate didCreate)Create local DIDOptional<DID>AriesClient. walletDidPublic()Fetch the current public DIDOptional<DID>AriesClient. walletDidPublic(@NonNull String did)Assign the current public didOptional<DID>AriesClient. walletDidPublic(@NonNull String did, @NonNull EndorserInfoFilter endorserInfoFilter)Assign the current public did as an endorser
-