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

public final class KeyType extends com.azure.core.util.ExpandableStringEnum<KeyType>
Defines values for KeyType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final KeyType
    Static value EC for KeyType.
    static final KeyType
    Static value EC-HSM for KeyType.
    static final KeyType
    Static value oct for KeyType.
    static final KeyType
    Static value oct-HSM for KeyType.
    static final KeyType
    Static value OKP for KeyType.
    static final KeyType
    Static value OKP-HSM for KeyType.
    static final KeyType
    Static value RSA for KeyType.
    static final KeyType
    Static value RSA-HSM for KeyType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static KeyType
    Creates or finds a KeyType from its string representation.
     

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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.
    • OKP

      public static final KeyType OKP
      Static value OKP for KeyType.
    • OKP_HSM

      public static final KeyType OKP_HSM
      Static value OKP-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.