public final class TPM_EO extends TpmEnum<TPM_EO>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_EO._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_EO |
BITCLEAR |
static TPM_EO |
BITSET |
static TPM_EO |
EQ |
static TPM_EO |
NEQ |
static TPM_EO |
SIGNED_GE |
static TPM_EO |
SIGNED_GT |
static TPM_EO |
SIGNED_LE |
static TPM_EO |
SIGNED_LT |
static TPM_EO |
UNSIGNED_GE |
static TPM_EO |
UNSIGNED_GT |
static TPM_EO |
UNSIGNED_LE |
static TPM_EO |
UNSIGNED_LT |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_EO(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_EO._N |
asEnum() |
static TPM_EO |
fromInt(int value) |
static TPM_EO |
fromTpm(byte[] buf) |
static TPM_EO |
fromTpm(InByteBuf buf) |
static Collection<TPM_EO> |
values() |
protected int |
wireSize() |
public static final TPM_EO EQ
public static final TPM_EO NEQ
public static final TPM_EO SIGNED_GT
public static final TPM_EO UNSIGNED_GT
public static final TPM_EO SIGNED_LT
public static final TPM_EO UNSIGNED_LT
public static final TPM_EO SIGNED_GE
public static final TPM_EO UNSIGNED_GE
public static final TPM_EO SIGNED_LE
public static final TPM_EO UNSIGNED_LE
public static final TPM_EO BITSET
public static final TPM_EO BITCLEAR
public static TPM_EO fromInt(int value)
public static TPM_EO fromTpm(byte[] buf)
public TPM_EO._N asEnum()
public static Collection<TPM_EO> values()
Copyright © 2017. All rights reserved.