UefiKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. UefiKeyType
- com.
- com.
public final class UefiKeyType
extends ExpandableStringEnum<UefiKeyType>
The type of key signature.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Uefi |
SHA256
Static value sha256 for Uefi |
static final
Uefi |
X509
Static value x509 for Uefi |
Constructor Summary
Constructor | Description |
---|---|
UefiKeyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Uefi |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Uefi |
fromString(String name)
Creates or finds a Uefi |
static
Collection<Uefi |
values()
Gets known Uefi |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SHA256
public static final UefiKeyType SHA256
Static value sha256 for UefiKeyType.
X509
public static final UefiKeyType X509
Static value x509 for UefiKeyType.
Constructor Details
UefiKeyType
@Deprecated
public UefiKeyType()
Deprecated
Creates a new instance of UefiKeyType value.
Method Details
fromString
public static UefiKeyType fromString(String name)
Creates or finds a UefiKeyType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UefiKeyType values.
Returns:
Applies to
Azure SDK for Java