JsonWebKeyCurveName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. keyvault. models. JsonWebKeyCurveName
- com.
- com.
public final class JsonWebKeyCurveName
extends ExpandableStringEnum<JsonWebKeyCurveName>
The elliptic curve name. For valid values, see JsonWebKeyCurveName.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Json |
P_256
Static value P-256 for Json |
static final
Json |
P_256K
Static value P-256K for Json |
static final
Json |
P_384
Static value P-384 for Json |
static final
Json |
P_521
Static value P-521 for Json |
Constructor Summary
Constructor | Description |
---|---|
JsonWebKeyCurveName() |
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
P_256
public static final JsonWebKeyCurveName P_256
Static value P-256 for JsonWebKeyCurveName.
P_256K
public static final JsonWebKeyCurveName P_256K
Static value P-256K for JsonWebKeyCurveName.
P_384
public static final JsonWebKeyCurveName P_384
Static value P-384 for JsonWebKeyCurveName.
P_521
public static final JsonWebKeyCurveName P_521
Static value P-521 for JsonWebKeyCurveName.
Constructor Details
JsonWebKeyCurveName
@Deprecated
public JsonWebKeyCurveName()
Deprecated
Creates a new instance of JsonWebKeyCurveName value.
Method Details
fromString
public static JsonWebKeyCurveName fromString(String name)
Creates or finds a JsonWebKeyCurveName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known JsonWebKeyCurveName values.
Returns:
Applies to
Azure SDK for Java