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