public final class KeyType extends com.azure.core.util.ExpandableStringEnum<KeyType>
| Modifier and Type | Field and Description |
|---|---|
static KeyType |
EC
Static value EC for KeyType.
|
static KeyType |
EC_HSM
Static value EC-HSM for KeyType.
|
static KeyType |
OCT
Static value oct for KeyType.
|
static KeyType |
RSA
Static value RSA for KeyType.
|
static KeyType |
RSA_HSM
Static value RSA-HSM for KeyType.
|
| Constructor and Description |
|---|
KeyType() |
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
fromString(String name)
Creates or finds a KeyType from its string representation.
|
static Collection<KeyType> |
values() |
public static final KeyType EC
public static final KeyType EC_HSM
public static final KeyType RSA
public static final KeyType RSA_HSM
public static final KeyType OCT
public static KeyType fromString(String name)
name - a name to look for.public static Collection<KeyType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.