Uses of Class
com.azure.resourcemanager.keyvault.models.JsonWebKeyType
Packages that use JsonWebKeyType
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of JsonWebKeyType in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return JsonWebKeyTypeModifier and TypeMethodDescriptionKeyInner.kty()Get the kty property: The type of the key.KeyProperties.kty()Get the kty property: The type of the key.ManagedHsmKeyInner.kty()Get the kty property: The type of the key.ManagedHsmKeyProperties.kty()Get the kty property: The type of the key.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type JsonWebKeyTypeModifier and TypeMethodDescriptionKeyInner.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.KeyProperties.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.ManagedHsmKeyInner.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.ManagedHsmKeyProperties.withKty(JsonWebKeyType kty) Set the kty property: The type of the key. -
Uses of JsonWebKeyType in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as JsonWebKeyTypeModifier and TypeFieldDescriptionstatic final JsonWebKeyTypeJsonWebKeyType.ECStatic value EC for JsonWebKeyType.static final JsonWebKeyTypeJsonWebKeyType.EC_HSMStatic value EC-HSM for JsonWebKeyType.static final JsonWebKeyTypeJsonWebKeyType.RSAStatic value RSA for JsonWebKeyType.static final JsonWebKeyTypeJsonWebKeyType.RSA_HSMStatic value RSA-HSM for JsonWebKeyType.Methods in com.azure.resourcemanager.keyvault.models that return JsonWebKeyTypeModifier and TypeMethodDescriptionstatic JsonWebKeyTypeJsonWebKeyType.fromString(String name) Creates or finds a JsonWebKeyType from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type JsonWebKeyTypeModifier and TypeMethodDescriptionstatic Collection<JsonWebKeyType> JsonWebKeyType.values()Gets known JsonWebKeyType values.