java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyType>
com.azure.security.keyvault.keys.models.KeyType

public final class KeyType extends ExpandableStringEnum<KeyType>
Defines values for KeyType.
  • Field Details

    • EC

      public static final KeyType EC
      Static value EC for KeyType.
    • EC_HSM

      public static final KeyType EC_HSM
      Static value EC-HSM for KeyType.
    • RSA

      public static final KeyType RSA
      Static value RSA for KeyType.
    • RSA_HSM

      public static final KeyType RSA_HSM
      Static value RSA-HSM for KeyType.
    • OCT

      public static final KeyType OCT
      Static value oct for KeyType.
    • OCT_HSM

      public static final KeyType OCT_HSM
      Static value oct-HSM for KeyType.
  • Constructor Details

    • KeyType

      public KeyType()
  • Method Details

    • fromString

      public static KeyType fromString(String name)
      Creates or finds a KeyType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding KeyType.
    • values

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