Package tss.tpm
Class TPM_CAP
- java.lang.Object
-
- tss.TpmEnum<TPM_CAP>
-
- tss.tpm.TPM_CAP
-
- All Implemented Interfaces:
TpmMarshaller
public final class TPM_CAP extends TpmEnum<TPM_CAP>
The TPM_CAP values are used in TPM2_GetCapability() to select the type of the value to be returned. The format of the response varies according to the type of the value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TPM_CAP._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 TPM_CAP
ACT
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
ALGS
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
AUDIT_COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
AUTH_POLICIES
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
ECC_CURVES
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
FIRST
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
HANDLES
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
LAST
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
PCR_PROPERTIES
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
PCRS
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
PP_COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
TPM_PROPERTIES
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_CAP
VENDOR_PROPERTY
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 TPM_CAP._N
asEnum()
static TPM_CAP
fromInt(int value)
static TPM_CAP
fromTpm(byte[] buf)
static TPM_CAP
fromTpm(TpmBuffer buf)
static Collection<TPM_CAP>
values()
protected int
wireSize()
-
-
-
Field Detail
-
FIRST
public static final TPM_CAP FIRST
These definitions provide mapping of the Java enum constants to their TPM integer values
-
ALGS
public static final TPM_CAP ALGS
These definitions provide mapping of the Java enum constants to their TPM integer values
-
HANDLES
public static final TPM_CAP HANDLES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
COMMANDS
public static final TPM_CAP COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer values
-
PP_COMMANDS
public static final TPM_CAP PP_COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer values
-
AUDIT_COMMANDS
public static final TPM_CAP AUDIT_COMMANDS
These definitions provide mapping of the Java enum constants to their TPM integer values
-
PCRS
public static final TPM_CAP PCRS
These definitions provide mapping of the Java enum constants to their TPM integer values
-
TPM_PROPERTIES
public static final TPM_CAP TPM_PROPERTIES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
PCR_PROPERTIES
public static final TPM_CAP PCR_PROPERTIES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
ECC_CURVES
public static final TPM_CAP ECC_CURVES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
AUTH_POLICIES
public static final TPM_CAP AUTH_POLICIES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
ACT
public static final TPM_CAP ACT
These definitions provide mapping of the Java enum constants to their TPM integer values
-
LAST
public static final TPM_CAP LAST
These definitions provide mapping of the Java enum constants to their TPM integer values
-
VENDOR_PROPERTY
public static final TPM_CAP VENDOR_PROPERTY
These definitions provide mapping of the Java enum constants to their TPM integer values
-
-
Method Detail
-
fromInt
public static TPM_CAP fromInt(int value)
-
fromTpm
public static TPM_CAP fromTpm(byte[] buf)
-
asEnum
public TPM_CAP._N asEnum()
-
values
public static Collection<TPM_CAP> values()
-
-