Class UefiKeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UefiKeyType>
com.azure.resourcemanager.compute.models.UefiKeyType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of key signature.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UefiKeyTypeStatic value sha256 for UefiKeyType.static final UefiKeyTypeStatic value x509 for UefiKeyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UefiKeyTypefromString(String name) Creates or finds a UefiKeyType from its string representation.static Collection<UefiKeyType> values()Gets known UefiKeyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SHA256
Static value sha256 for UefiKeyType. -
X509
Static value x509 for UefiKeyType.
-
-
Constructor Details
-
UefiKeyType
Deprecated.Use thefromString(String)factory method.Creates a new instance of UefiKeyType value.
-
-
Method Details
-
fromString
Creates or finds a UefiKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UefiKeyType.
-
values
Gets known UefiKeyType values.- Returns:
- known UefiKeyType values.
-
fromString(String)factory method.