public class AC_SendResponse extends TpmStructure
| Modifier and Type | Field and Description |
|---|---|
TPMS_AC_OUTPUT |
acDataOut
May include AC specific data or information about an error.
|
| Constructor and Description |
|---|
AC_SendResponse()
The purpose of this command is to send (copy) a loaded object from the TPM to an Attached Component.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static AC_SendResponse |
fromTpm(byte[] x) |
static AC_SendResponse |
fromTpm(InByteBuf buf) |
void |
initFromTpm(InByteBuf buf)
Populate this object from the TPM representation in the input byte buffer object
|
String |
toString() |
void |
toStringInternal(TpmStructurePrinter _p,
int d)
Serialize this object to the structure printer
|
byte[] |
toTpm()
Convert this object to its TPM representation and return it as a byte array
|
void |
toTpm(OutByteBuf buf)
Convert this object to its TPM representation and store in the output byte buffer object
|
equals, hashCodepublic TPMS_AC_OUTPUT acDataOut
public AC_SendResponse(TPMS_AC_OUTPUT _acDataOut)
_acDataOut - May include AC specific data or information about an error.public AC_SendResponse()
public void toTpm(OutByteBuf buf)
TpmMarshallerbuf - An output byte bufferpublic void initFromTpm(InByteBuf buf)
TpmMarshallerbuf - An input byte bufferpublic byte[] toTpm()
TpmMarshallerpublic static AC_SendResponse fromTpm(byte[] x)
public static AC_SendResponse fromTpm(InByteBuf buf)
public void toStringInternal(TpmStructurePrinter _p, int d)
TpmStructuretoStringInternal in class TpmStructure_p - The structure accumulatord - The data to serializeCopyright © 2017. All rights reserved.