I
InsightNexus

KeyType (Azure SDK for Java Reference Documentation)

Author

James Stevens

Published Feb 16, 2026

KeyType (Azure SDK for Java Reference Documentation)

  • public final class KeyTypeextends com.azure.core.util.ExpandableStringEnum<KeyType>

    Defines values for KeyType.

    • Field Summary

      Fields 
      Modifier and TypeField and Description
      static KeyTypeEC

      Static value EC for KeyType.

      static KeyTypeEC_HSM

      Static value EC-HSM for KeyType.

      static KeyTypeOCT

      Static value oct for KeyType.

      static KeyTypeRSA

      Static value RSA for KeyType.

      static KeyTypeRSA_HSM

      Static value RSA-HSM for KeyType.

    • Constructor Summary

      Constructors 
      Constructor and Description
      KeyType() 
    • Method Summary

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

        equals, fromString, hashCode, toString, values
    • 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.

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

Copyright © 2020 Microsoft Corporation. All rights reserved.