| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
TPMS_AC_OUTPUT |
Tpm.AC_Send(TPM_HANDLE sendObject,
TPM_HANDLE authHandle,
TPM_HANDLE ac,
byte[] acDataIn)
The purpose of this command is to send (copy) a loaded object from the TPM to an Attached Component.
|
| Modifier and Type | Field and Description |
|---|---|
TPMS_AC_OUTPUT[] |
TPML_AC_CAPABILITIES.acCapabilities
a list of AC values
|
TPMS_AC_OUTPUT |
AC_SendResponse.acDataOut
May include AC specific data or information about an error.
|
TPMS_AC_OUTPUT[] |
AC_GetCapabilityResponse.capabilitiesData
list of capabilities
|
| Modifier and Type | Method and Description |
|---|---|
static TPMS_AC_OUTPUT |
TPMS_AC_OUTPUT.fromTpm(byte[] x) |
static TPMS_AC_OUTPUT |
TPMS_AC_OUTPUT.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
AC_GetCapabilityResponse(byte _moreData,
TPMS_AC_OUTPUT[] _capabilitiesData)
The purpose of this command is to obtain information about an Attached Component referenced by an AC handle.
|
AC_SendResponse(TPMS_AC_OUTPUT _acDataOut)
The purpose of this command is to send (copy) a loaded object from the TPM to an Attached Component.
|
TPML_AC_CAPABILITIES(TPMS_AC_OUTPUT[] _acCapabilities)
This list is only used in TPM2_AC_GetCapability().
|
Copyright © 2017. All rights reserved.