public static enum TPMA_CC._N extends Enum<TPMA_CC._N>
| Enum Constant and Description |
|---|
cHandles_BIT_0
indicates the number of the handles in the handle area for this command
|
cHandles_BIT_1 |
cHandles_BIT_2 |
commandIndex_BIT_0
indicates the command being selected
|
commandIndex_BIT_1 |
commandIndex_BIT_10 |
commandIndex_BIT_11 |
commandIndex_BIT_12 |
commandIndex_BIT_13 |
commandIndex_BIT_14 |
commandIndex_BIT_15 |
commandIndex_BIT_2 |
commandIndex_BIT_3 |
commandIndex_BIT_4 |
commandIndex_BIT_5 |
commandIndex_BIT_6 |
commandIndex_BIT_7 |
commandIndex_BIT_8 |
commandIndex_BIT_9 |
extensive
SET (1): This command could flush any number of loaded contexts.
|
flushed
SET (1): The context associated with any transient handle in the command will be flushed when this command completes.
|
nv
SET (1): indicates that the command may write to NV CLEAR (0): indicates that the command does not write to NV
|
Res_BIT_0
allocated for software; shall be zero
|
Res_BIT_1 |
rHandle
SET (1): indicates the presence of the handle area in the response
|
V
SET (1): indicates that the command is vendor-specific CLEAR (0): indicates that the command is defined in a version of this specification
|
| Modifier and Type | Method and Description |
|---|---|
static TPMA_CC._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPMA_CC._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMA_CC._N commandIndex_BIT_0
public static final TPMA_CC._N commandIndex_BIT_1
public static final TPMA_CC._N commandIndex_BIT_2
public static final TPMA_CC._N commandIndex_BIT_3
public static final TPMA_CC._N commandIndex_BIT_4
public static final TPMA_CC._N commandIndex_BIT_5
public static final TPMA_CC._N commandIndex_BIT_6
public static final TPMA_CC._N commandIndex_BIT_7
public static final TPMA_CC._N commandIndex_BIT_8
public static final TPMA_CC._N commandIndex_BIT_9
public static final TPMA_CC._N commandIndex_BIT_10
public static final TPMA_CC._N commandIndex_BIT_11
public static final TPMA_CC._N commandIndex_BIT_12
public static final TPMA_CC._N commandIndex_BIT_13
public static final TPMA_CC._N commandIndex_BIT_14
public static final TPMA_CC._N commandIndex_BIT_15
public static final TPMA_CC._N nv
public static final TPMA_CC._N extensive
public static final TPMA_CC._N flushed
public static final TPMA_CC._N cHandles_BIT_0
public static final TPMA_CC._N cHandles_BIT_1
public static final TPMA_CC._N cHandles_BIT_2
public static final TPMA_CC._N rHandle
public static final TPMA_CC._N V
public static final TPMA_CC._N Res_BIT_0
public static final TPMA_CC._N Res_BIT_1
public static TPMA_CC._N[] values()
for (TPMA_CC._N c : TPMA_CC._N.values()) System.out.println(c);
public static TPMA_CC._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.