Uses of Class
org.hyperledger.acy_py.generated.model.DID.MethodEnum
-
Packages that use DID.MethodEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries.api.wallet -
-
Uses of DID.MethodEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DID.MethodEnum Modifier and Type Method Description static DID.MethodEnumDID.MethodEnum. fromValue(String value)DID.MethodEnumDID. getMethod()DID.MethodEnumDID.MethodEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DID.MethodEnumDID.MethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DID.MethodEnum[]DID.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 DID.MethodEnum Modifier and Type Method Description DID.DIDBuilderDID.DIDBuilder. method(DID.MethodEnum method)voidDID. setMethod(DID.MethodEnum method)voidDID.MethodEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DID.MethodEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DID.MethodEnum Constructor Description DID(String did, DID.KeyTypeEnum keyType, DID.MethodEnum method, DID.PostureEnum posture, String verkey) -
Uses of DID.MethodEnum in org.hyperledger.aries.api.wallet
Methods in org.hyperledger.aries.api.wallet that return DID.MethodEnum Modifier and Type Method Description DID.MethodEnumListWalletDidFilter. getMethod()did method to query forMethods in org.hyperledger.aries.api.wallet with parameters of type DID.MethodEnum Modifier and Type Method Description ListWalletDidFilter.ListWalletDidFilterBuilderListWalletDidFilter.ListWalletDidFilterBuilder. method(DID.MethodEnum method)did method to query forvoidListWalletDidFilter. setMethod(DID.MethodEnum method)did method to query for
-