public static enum KeyVersion.Origin extends Enum<KeyVersion.Origin> implements BmcEnum
The source of the key material. When this value is INTERNAL
, Key Management created
the key material. When this value is EXTERNAL
, the key material was imported from an
external source.
Enum Constant and Description |
---|
External |
Internal |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static KeyVersion.Origin |
create(String key) |
String |
getValue() |
static KeyVersion.Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyVersion.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyVersion.Origin Internal
public static final KeyVersion.Origin External
public static final KeyVersion.Origin UnknownEnumValue
public static KeyVersion.Origin[] values()
for (KeyVersion.Origin c : KeyVersion.Origin.values()) System.out.println(c);
public static KeyVersion.Origin valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static KeyVersion.Origin create(String key)
Copyright © 2016–2024. All rights reserved.