public final class PLATFORM extends TpmEnum<PLATFORM>
| Modifier and Type | Class and Description |
|---|---|
static class |
PLATFORM._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static PLATFORM |
DAY_OF_YEAR |
static PLATFORM |
FAMILY |
static PLATFORM |
LEVEL |
static PLATFORM |
VERSION |
static PLATFORM |
YEAR |
Name, NameAsEnum, Value| Constructor and Description |
|---|
PLATFORM(int value) |
| Modifier and Type | Method and Description |
|---|---|
PLATFORM._N |
asEnum() |
static PLATFORM |
fromInt(int value) |
static PLATFORM |
fromTpm(byte[] buf) |
static PLATFORM |
fromTpm(InByteBuf buf) |
static Collection<PLATFORM> |
values() |
protected int |
wireSize() |
public static final PLATFORM FAMILY
public static final PLATFORM LEVEL
public static final PLATFORM VERSION
public static final PLATFORM YEAR
public static final PLATFORM DAY_OF_YEAR
public static PLATFORM fromInt(int value)
public static PLATFORM fromTpm(byte[] buf)
public PLATFORM._N asEnum()
public static Collection<PLATFORM> values()
Copyright © 2017. All rights reserved.