| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
AC_GetCapabilityResponse |
Tpm.AC_GetCapability(TPM_HANDLE ac,
TPM_AT capability,
int count)
The purpose of this command is to obtain information about an Attached Component referenced by an AC handle.
|
| Modifier and Type | Field and Description |
|---|---|
static TPM_AT |
TPM_AT.ANY |
TPM_AT |
TPM2_AC_GetCapability_REQUEST.capability
starting info type
|
static TPM_AT |
TPM_AT.ERROR |
static TPM_AT |
TPM_AT.PV1 |
TPM_AT |
TPMS_AC_OUTPUT.tag
tag indicating the contents of data
|
static TPM_AT |
TPM_AT.VEND |
| Modifier and Type | Method and Description |
|---|---|
static TPM_AT |
TPM_AT.fromInt(int value) |
static TPM_AT |
TPM_AT.fromTpm(byte[] buf) |
static TPM_AT |
TPM_AT.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_AT> |
TPM_AT.values() |
| Constructor and Description |
|---|
TPM2_AC_GetCapability_REQUEST(TPM_HANDLE _ac,
TPM_AT _capability,
int _count)
The purpose of this command is to obtain information about an Attached Component referenced by an AC handle.
|
TPMS_AC_OUTPUT(TPM_AT _tag,
int _data)
TPMS_AC_OUTPUT is used to return information about an AC.
|
Copyright © 2017. All rights reserved.