public final class TPM_CLOCK_ADJUST extends TpmEnum<TPM_CLOCK_ADJUST>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_CLOCK_ADJUST._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_CLOCK_ADJUST |
COARSE_FASTER |
static TPM_CLOCK_ADJUST |
COARSE_SLOWER |
static TPM_CLOCK_ADJUST |
FINE_FASTER |
static TPM_CLOCK_ADJUST |
FINE_SLOWER |
static TPM_CLOCK_ADJUST |
MEDIUM_FASTER |
static TPM_CLOCK_ADJUST |
MEDIUM_SLOWER |
static TPM_CLOCK_ADJUST |
NO_CHANGE |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_CLOCK_ADJUST(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_CLOCK_ADJUST._N |
asEnum() |
static TPM_CLOCK_ADJUST |
fromInt(int value) |
static TPM_CLOCK_ADJUST |
fromTpm(byte[] buf) |
static TPM_CLOCK_ADJUST |
fromTpm(InByteBuf buf) |
static Collection<TPM_CLOCK_ADJUST> |
values() |
protected int |
wireSize() |
public static final TPM_CLOCK_ADJUST COARSE_SLOWER
public static final TPM_CLOCK_ADJUST MEDIUM_SLOWER
public static final TPM_CLOCK_ADJUST FINE_SLOWER
public static final TPM_CLOCK_ADJUST NO_CHANGE
public static final TPM_CLOCK_ADJUST FINE_FASTER
public static final TPM_CLOCK_ADJUST MEDIUM_FASTER
public static final TPM_CLOCK_ADJUST COARSE_FASTER
public static TPM_CLOCK_ADJUST fromInt(int value)
public static TPM_CLOCK_ADJUST fromTpm(byte[] buf)
public static TPM_CLOCK_ADJUST fromTpm(InByteBuf buf)
public TPM_CLOCK_ADJUST._N asEnum()
public static Collection<TPM_CLOCK_ADJUST> values()
protected int wireSize()
wireSize in class TpmEnum<TPM_CLOCK_ADJUST>Copyright © 2017. All rights reserved.