Uses of Class
org.hyperledger.acy_py.generated.model.DIDCreateOptions.KeyTypeEnum
-
Packages that use DIDCreateOptions.KeyTypeEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of DIDCreateOptions.KeyTypeEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIDCreateOptions.KeyTypeEnum Modifier and Type Method Description static DIDCreateOptions.KeyTypeEnumDIDCreateOptions.KeyTypeEnum. fromValue(String value)DIDCreateOptions.KeyTypeEnumDIDCreateOptions. getKeyType()DIDCreateOptions.KeyTypeEnumDIDCreateOptions.KeyTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DIDCreateOptions.KeyTypeEnumDIDCreateOptions.KeyTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DIDCreateOptions.KeyTypeEnum[]DIDCreateOptions.KeyTypeEnum. 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 DIDCreateOptions.KeyTypeEnum Modifier and Type Method Description DIDCreateOptions.DIDCreateOptionsBuilderDIDCreateOptions.DIDCreateOptionsBuilder. keyType(DIDCreateOptions.KeyTypeEnum keyType)voidDIDCreateOptions. setKeyType(DIDCreateOptions.KeyTypeEnum keyType)voidDIDCreateOptions.KeyTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DIDCreateOptions.KeyTypeEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIDCreateOptions.KeyTypeEnum Constructor Description DIDCreateOptions(DIDCreateOptions.KeyTypeEnum keyType)
-