public final class TPM_NT extends TpmEnum<TPM_NT>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_NT._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_NT |
BITS |
static TPM_NT |
COUNTER |
static TPM_NT |
EXTEND |
static TPM_NT |
ORDINARY |
static TPM_NT |
PIN_FAIL |
static TPM_NT |
PIN_PASS |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_NT(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_NT._N |
asEnum() |
static TPM_NT |
fromInt(int value) |
static TPM_NT |
fromTpm(byte[] buf) |
static TPM_NT |
fromTpm(InByteBuf buf) |
static Collection<TPM_NT> |
values() |
protected int |
wireSize() |
public static final TPM_NT ORDINARY
public static final TPM_NT COUNTER
public static final TPM_NT BITS
public static final TPM_NT EXTEND
public static final TPM_NT PIN_FAIL
public static final TPM_NT PIN_PASS
public static TPM_NT fromInt(int value)
public static TPM_NT fromTpm(byte[] buf)
public TPM_NT._N asEnum()
public static Collection<TPM_NT> values()
Copyright © 2017. All rights reserved.