public final class KeySource extends ExpandableStringEnum<KeySource>
Modifier and Type | Field and Description |
---|---|
static KeySource |
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for KeySource.
|
static KeySource |
MICROSOFT_STORAGE
Static value Microsoft.Storage for KeySource.
|
Constructor and Description |
---|
KeySource() |
Modifier and Type | Method and Description |
---|---|
static KeySource |
fromString(String name)
Creates or finds a KeySource from its string representation.
|
static Collection<KeySource> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final KeySource MICROSOFT_STORAGE
public static final KeySource MICROSOFT_KEYVAULT
public static KeySource fromString(String name)
name
- a name to look forpublic static Collection<KeySource> values()
Copyright © 2019. All rights reserved.