public static enum ImportKeyMaterial.Type extends Enum<ImportKeyMaterial.Type>
ImportKeyMaterial.type()| Enum Constant and Description |
|---|
ROOT_CERTIFICATE_PUBLIC_KEY |
TR31_KEY_BLOCK |
TR34_KEY_BLOCK |
TRUSTED_CERTIFICATE_PUBLIC_KEY |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportKeyMaterial.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportKeyMaterial.Type ROOT_CERTIFICATE_PUBLIC_KEY
public static final ImportKeyMaterial.Type TR31_KEY_BLOCK
public static final ImportKeyMaterial.Type TR34_KEY_BLOCK
public static final ImportKeyMaterial.Type TRUSTED_CERTIFICATE_PUBLIC_KEY
public static final ImportKeyMaterial.Type UNKNOWN_TO_SDK_VERSION
public static ImportKeyMaterial.Type[] values()
for (ImportKeyMaterial.Type c : ImportKeyMaterial.Type.values()) System.out.println(c);
public static ImportKeyMaterial.Type 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 nullCopyright © 2023. All rights reserved.