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>

public final class UefiKeyType extends com.azure.core.util.ExpandableStringEnum<UefiKeyType>
The type of key signature.
  • 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding UefiKeyType.
    • values

      public static Collection<UefiKeyType> values()
      Gets known UefiKeyType values.
      Returns:
      known UefiKeyType values.