public final class TPM_CAP extends TpmEnum<TPM_CAP>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_CAP._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_CAP |
ALGS |
static TPM_CAP |
AUDIT_COMMANDS |
static TPM_CAP |
AUTH_POLICIES |
static TPM_CAP |
COMMANDS |
static TPM_CAP |
ECC_CURVES |
static TPM_CAP |
FIRST |
static TPM_CAP |
HANDLES |
static TPM_CAP |
LAST |
static TPM_CAP |
PCR_PROPERTIES |
static TPM_CAP |
PCRS |
static TPM_CAP |
PP_COMMANDS |
static TPM_CAP |
TPM_PROPERTIES |
static TPM_CAP |
VENDOR_PROPERTY |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_CAP(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_CAP._N |
asEnum() |
static TPM_CAP |
fromInt(int value) |
static TPM_CAP |
fromTpm(byte[] buf) |
static TPM_CAP |
fromTpm(InByteBuf buf) |
static Collection<TPM_CAP> |
values() |
protected int |
wireSize() |
public static final TPM_CAP FIRST
public static final TPM_CAP ALGS
public static final TPM_CAP HANDLES
public static final TPM_CAP COMMANDS
public static final TPM_CAP PP_COMMANDS
public static final TPM_CAP AUDIT_COMMANDS
public static final TPM_CAP PCRS
public static final TPM_CAP TPM_PROPERTIES
public static final TPM_CAP PCR_PROPERTIES
public static final TPM_CAP ECC_CURVES
public static final TPM_CAP AUTH_POLICIES
public static final TPM_CAP LAST
public static final TPM_CAP VENDOR_PROPERTY
public static TPM_CAP fromInt(int value)
public static TPM_CAP fromTpm(byte[] buf)
public TPM_CAP._N asEnum()
public static Collection<TPM_CAP> values()
Copyright © 2017. All rights reserved.