KeyType (Azure SDK for Java Reference Documentation)
James Stevens
Published Feb 16, 2026
public final class KeyTypeextends com.azure.core.util.ExpandableStringEnum<KeyType>
Defines values for KeyType.
Field Summary
Fields Modifier and Type Field and Description static KeyTypeECStatic value EC for KeyType.
static KeyTypeEC_HSMStatic value EC-HSM for KeyType.
static KeyTypeOCTStatic value oct for KeyType.
static KeyTypeRSAStatic value RSA for KeyType.
static KeyTypeRSA_HSMStatic 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()
Copyright © 2020 Microsoft Corporation. All rights reserved.