JsonWebKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. keyvault. models. JsonWebKeyType
- com.
- com.
public final class JsonWebKeyType
extends ExpandableStringEnum<JsonWebKeyType>
The type of the key. For valid values, see JsonWebKeyType.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Json |
EC
Static value EC for Json |
static final
Json |
EC_HSM
Static value EC-HSM for Json |
static final
Json |
RSA
Static value RSA for Json |
static final
Json |
RSA_HSM
Static value RSA-HSM for Json |
Constructor Summary
Constructor | Description |
---|---|
JsonWebKeyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Json |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Json |
fromString(String name)
Creates or finds a Json |
static
Collection<Json |
values()
Gets known Json |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EC
public static final JsonWebKeyType EC
Static value EC for JsonWebKeyType.
EC_HSM
public static final JsonWebKeyType EC_HSM
Static value EC-HSM for JsonWebKeyType.
RSA
public static final JsonWebKeyType RSA
Static value RSA for JsonWebKeyType.
RSA_HSM
public static final JsonWebKeyType RSA_HSM
Static value RSA-HSM for JsonWebKeyType.
Constructor Details
JsonWebKeyType
@Deprecated
public JsonWebKeyType()
Deprecated
Creates a new instance of JsonWebKeyType value.
Method Details
fromString
public static JsonWebKeyType fromString(String name)
Creates or finds a JsonWebKeyType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known JsonWebKeyType values.
Returns:
Applies to
Azure SDK for Java