public final class TPM_RH extends TpmEnum<TPM_RH>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_RH._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_RH |
ADMIN |
static TPM_RH |
AUTH_00 |
static TPM_RH |
AUTH_FF |
static TPM_RH |
EK |
static TPM_RH |
ENDORSEMENT |
static TPM_RH |
FIRST |
static TPM_RH |
LAST |
static TPM_RH |
LOCKOUT |
static TPM_RH |
NULL |
static TPM_RH |
OPERATOR |
static TPM_RH |
OWNER |
static TPM_RH |
PLATFORM |
static TPM_RH |
PLATFORM_NV |
static TPM_RH |
REVOKE |
static TPM_RH |
RS_PW |
static TPM_RH |
SRK |
static TPM_RH |
TRANSPORT |
static TPM_RH |
UNASSIGNED |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_RH(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_RH._N |
asEnum() |
static TPM_RH |
fromInt(int value) |
static TPM_RH |
fromTpm(byte[] buf) |
static TPM_RH |
fromTpm(InByteBuf buf) |
static Collection<TPM_RH> |
values() |
protected int |
wireSize() |
public static final TPM_RH FIRST
public static final TPM_RH SRK
public static final TPM_RH OWNER
public static final TPM_RH REVOKE
public static final TPM_RH TRANSPORT
public static final TPM_RH OPERATOR
public static final TPM_RH ADMIN
public static final TPM_RH EK
public static final TPM_RH NULL
public static final TPM_RH UNASSIGNED
public static final TPM_RH RS_PW
public static final TPM_RH LOCKOUT
public static final TPM_RH ENDORSEMENT
public static final TPM_RH PLATFORM
public static final TPM_RH PLATFORM_NV
public static final TPM_RH AUTH_00
public static final TPM_RH AUTH_FF
public static final TPM_RH LAST
public static TPM_RH fromInt(int value)
public static TPM_RH fromTpm(byte[] buf)
public TPM_RH._N asEnum()
public static Collection<TPM_RH> values()
Copyright © 2017. All rights reserved.