public final class TPM_HT extends TpmEnum<TPM_HT>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_HT._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_HT |
AC |
static TPM_HT |
HMAC_SESSION |
static TPM_HT |
LOADED_SESSION |
static TPM_HT |
NV_INDEX |
static TPM_HT |
PCR |
static TPM_HT |
PERMANENT |
static TPM_HT |
PERSISTENT |
static TPM_HT |
POLICY_SESSION |
static TPM_HT |
SAVED_SESSION |
static TPM_HT |
TRANSIENT |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_HT(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_HT._N |
asEnum() |
static TPM_HT |
fromInt(int value) |
static TPM_HT |
fromTpm(byte[] buf) |
static TPM_HT |
fromTpm(InByteBuf buf) |
static Collection<TPM_HT> |
values() |
protected int |
wireSize() |
public static final TPM_HT PCR
public static final TPM_HT NV_INDEX
public static final TPM_HT HMAC_SESSION
public static final TPM_HT LOADED_SESSION
public static final TPM_HT POLICY_SESSION
public static final TPM_HT SAVED_SESSION
public static final TPM_HT PERMANENT
public static final TPM_HT TRANSIENT
public static final TPM_HT PERSISTENT
public static final TPM_HT AC
public static TPM_HT fromInt(int value)
public static TPM_HT fromTpm(byte[] buf)
public TPM_HT._N asEnum()
public static Collection<TPM_HT> values()
Copyright © 2017. All rights reserved.