Class JsonWebKeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JsonWebKeyType>
com.azure.resourcemanager.keyvault.models.JsonWebKeyType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of the key. For valid values, see JsonWebKeyType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonWebKeyTypeStatic value EC for JsonWebKeyType.static final JsonWebKeyTypeStatic value EC-HSM for JsonWebKeyType.static final JsonWebKeyTypeStatic value RSA for JsonWebKeyType.static final JsonWebKeyTypeStatic value RSA-HSM for JsonWebKeyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonWebKeyTypefromString(String name) Creates or finds a JsonWebKeyType from its string representation.static Collection<JsonWebKeyType> values()Gets known JsonWebKeyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EC
Static value EC for JsonWebKeyType. -
EC_HSM
Static value EC-HSM for JsonWebKeyType. -
RSA
Static value RSA for JsonWebKeyType. -
RSA_HSM
Static value RSA-HSM for JsonWebKeyType.
-
-
Constructor Details
-
JsonWebKeyType
Deprecated.Use thefromString(String)factory method.Creates a new instance of JsonWebKeyType value.
-
-
Method Details
-
fromString
Creates or finds a JsonWebKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding JsonWebKeyType.
-
values
Gets known JsonWebKeyType values.- Returns:
- known JsonWebKeyType values.
-
fromString(String)factory method.