Package tss.tpm
Class TPMA_CC
- java.lang.Object
-
- tss.TpmEnum<T>
-
- tss.TpmAttribute<TPMA_CC>
-
- tss.tpm.TPMA_CC
-
- All Implemented Interfaces:
TpmMarshaller
public final class TPMA_CC extends TpmAttribute<TPMA_CC>
This structure defines the attributes of a command from a context management perspective. The fields of the structure indicate to the TPM Resource Manager (TRM) the number of resources required by a command and how the command affects the TPMs resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TPMA_CC._N
Values from enum _N are only intended to be used in case labels of a switch statement using the result of this.asEnum() method as the switch condition.-
Nested classes/interfaces inherited from class tss.TpmEnum
TpmEnum.ValueMap<T extends TpmEnum<T>>
-
-
Field Summary
Fields Modifier and Type Field Description static TPMA_CC
cHandles_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
cHandles_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
cHandles_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
commandIndex_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
commandIndex_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
commandIndex_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
extensive
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
flushed
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
nv
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
Res_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
Res_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
Res_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
rHandle
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPMA_CC
V
These definitions provide mapping of the Java enum constants to their TPM integer values-
Fields inherited from class tss.TpmEnum
Name, NameAsEnum, Value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TPMA_CC._N
asEnum()
static TPMA_CC
fromInt(int value)
static TPMA_CC
fromTpm(byte[] buf)
static TPMA_CC
fromTpm(TpmBuffer buf)
boolean
hasAttr(TPMA_CC attr)
TPMA_CC
maskAttr(TPMA_CC attr)
static Collection<TPMA_CC>
values()
protected int
wireSize()
-
Methods inherited from class tss.TpmAttribute
attrFromInt, fromInt, hasAttr, maskAttr
-
-
-
-
Field Detail
-
commandIndex_BIT_MASK
public static final TPMA_CC commandIndex_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer values
-
commandIndex_BIT_OFFSET
public static final TPMA_CC commandIndex_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer values
-
commandIndex_BIT_LENGTH
public static final TPMA_CC commandIndex_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer values
-
nv
public static final TPMA_CC nv
These definitions provide mapping of the Java enum constants to their TPM integer values
-
extensive
public static final TPMA_CC extensive
These definitions provide mapping of the Java enum constants to their TPM integer values
-
flushed
public static final TPMA_CC flushed
These definitions provide mapping of the Java enum constants to their TPM integer values
-
cHandles_BIT_MASK
public static final TPMA_CC cHandles_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer values
-
cHandles_BIT_OFFSET
public static final TPMA_CC cHandles_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer values
-
cHandles_BIT_LENGTH
public static final TPMA_CC cHandles_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer values
-
rHandle
public static final TPMA_CC rHandle
These definitions provide mapping of the Java enum constants to their TPM integer values
-
V
public static final TPMA_CC V
These definitions provide mapping of the Java enum constants to their TPM integer values
-
Res_BIT_MASK
public static final TPMA_CC Res_BIT_MASK
These definitions provide mapping of the Java enum constants to their TPM integer values
-
Res_BIT_OFFSET
public static final TPMA_CC Res_BIT_OFFSET
These definitions provide mapping of the Java enum constants to their TPM integer values
-
Res_BIT_LENGTH
public static final TPMA_CC Res_BIT_LENGTH
These definitions provide mapping of the Java enum constants to their TPM integer values
-
-
Constructor Detail
-
TPMA_CC
public TPMA_CC()
-
TPMA_CC
public TPMA_CC(int value)
-
TPMA_CC
public TPMA_CC(TPMA_CC... attrs)
-
-
Method Detail
-
fromInt
public static TPMA_CC fromInt(int value)
-
fromTpm
public static TPMA_CC fromTpm(byte[] buf)
-
asEnum
public TPMA_CC._N asEnum()
-
values
public static Collection<TPMA_CC> values()
-
hasAttr
public boolean hasAttr(TPMA_CC attr)
-
-