public static enum TPMA_MODES._N extends Enum<TPMA_MODES._N>
| Enum Constant and Description |
|---|
FIPS_140_2
SET (1): indicates that the TPM is designed to comply with all of the FIPS 140-2 requirements at Level 1 or higher.
|
| Modifier and Type | Method and Description |
|---|---|
static TPMA_MODES._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPMA_MODES._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMA_MODES._N FIPS_140_2
public static TPMA_MODES._N[] values()
for (TPMA_MODES._N c : TPMA_MODES._N.values()) System.out.println(c);
public static TPMA_MODES._N 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 © 2017. All rights reserved.