Package tss.tpm
Class PLATFORM
- java.lang.Object
-
- tss.TpmEnum<PLATFORM>
-
- tss.tpm.PLATFORM
-
- All Implemented Interfaces:
TpmMarshaller
public final class PLATFORM extends TpmEnum<PLATFORM>
These values are readable with TPM2_GetCapability(). They are the TPM_PT_PS_xxx values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PLATFORM._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 PLATFORM
DAY_OF_YEAR
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic PLATFORM
FAMILY
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic PLATFORM
LEVEL
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic PLATFORM
VERSION
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic PLATFORM
YEAR
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 PLATFORM._N
asEnum()
static PLATFORM
fromInt(int value)
static PLATFORM
fromTpm(byte[] buf)
static PLATFORM
fromTpm(TpmBuffer buf)
static Collection<PLATFORM>
values()
protected int
wireSize()
-
-
-
Field Detail
-
FAMILY
public static final PLATFORM FAMILY
These definitions provide mapping of the Java enum constants to their TPM integer values
-
LEVEL
public static final PLATFORM LEVEL
These definitions provide mapping of the Java enum constants to their TPM integer values
-
VERSION
public static final PLATFORM VERSION
These definitions provide mapping of the Java enum constants to their TPM integer values
-
YEAR
public static final PLATFORM YEAR
These definitions provide mapping of the Java enum constants to their TPM integer values
-
DAY_OF_YEAR
public static final PLATFORM DAY_OF_YEAR
These definitions provide mapping of the Java enum constants to their TPM integer values
-
-
Method Detail
-
fromInt
public static PLATFORM fromInt(int value)
-
fromTpm
public static PLATFORM fromTpm(byte[] buf)
-
asEnum
public PLATFORM._N asEnum()
-
values
public static Collection<PLATFORM> values()
-
-