Uses of Class
org.hyperledger.acy_py.generated.model.DIDCreateOptions
-
Packages that use DIDCreateOptions Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.wallet -
-
Uses of DIDCreateOptions in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIDCreateOptions Modifier and Type Method Description DIDCreateOptionsDIDCreateOptions.DIDCreateOptionsBuilder. build()DIDCreateOptionsDIDCreate. getOptions()Methods in org.hyperledger.acy_py.generated.model with parameters of type DIDCreateOptions Modifier and Type Method Description DIDCreate.DIDCreateBuilderDIDCreate.DIDCreateBuilder. options(DIDCreateOptions options)voidDIDCreate. setOptions(DIDCreateOptions options)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIDCreateOptions Constructor Description DIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options) -
Uses of DIDCreateOptions in org.hyperledger.aries.api.wallet
Methods in org.hyperledger.aries.api.wallet that return DIDCreateOptions Modifier and Type Method Description DIDCreateOptionsWalletDIDCreate. getOptions()Methods in org.hyperledger.aries.api.wallet with parameters of type DIDCreateOptions Modifier and Type Method Description WalletDIDCreate.WalletDIDCreateBuilderWalletDIDCreate.WalletDIDCreateBuilder. options(DIDCreateOptions options)voidWalletDIDCreate. setOptions(DIDCreateOptions options)Constructors in org.hyperledger.aries.api.wallet with parameters of type DIDCreateOptions Constructor Description WalletDIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options, String seed)
-