Uses of Class
org.hyperledger.acy_py.generated.model.DIDCreate.MethodEnum
-
Packages that use DIDCreate.MethodEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.wallet -
-
Uses of DIDCreate.MethodEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIDCreate.MethodEnum Modifier and Type Method Description static DIDCreate.MethodEnumDIDCreate.MethodEnum. fromValue(String value)DIDCreate.MethodEnumDIDCreate. getMethod()DIDCreate.MethodEnumDIDCreate.MethodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DIDCreate.MethodEnumDIDCreate.MethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DIDCreate.MethodEnum[]DIDCreate.MethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type DIDCreate.MethodEnum Modifier and Type Method Description DIDCreate.DIDCreateBuilderDIDCreate.DIDCreateBuilder. method(DIDCreate.MethodEnum method)voidDIDCreate. setMethod(DIDCreate.MethodEnum method)voidDIDCreate.MethodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DIDCreate.MethodEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIDCreate.MethodEnum Constructor Description DIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options) -
Uses of DIDCreate.MethodEnum in org.hyperledger.aries.api.wallet
Methods in org.hyperledger.aries.api.wallet that return DIDCreate.MethodEnum Modifier and Type Method Description DIDCreate.MethodEnumWalletDIDCreate. getMethod()Methods in org.hyperledger.aries.api.wallet with parameters of type DIDCreate.MethodEnum Modifier and Type Method Description WalletDIDCreate.WalletDIDCreateBuilderWalletDIDCreate.WalletDIDCreateBuilder. method(DIDCreate.MethodEnum method)voidWalletDIDCreate. setMethod(DIDCreate.MethodEnum method)Constructors in org.hyperledger.aries.api.wallet with parameters of type DIDCreate.MethodEnum Constructor Description WalletDIDCreate(DIDCreate.MethodEnum method, DIDCreateOptions options, String seed)
-