Class KeyType


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

      • 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 Detail

      • KeyType

        public KeyType()
    • Method Detail

      • 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.