Package tss.tpm
Class TPM2_GetTestResult_REQUEST
- java.lang.Object
-
- tss.TpmStructure
-
- tss.CmdStructure
-
- tss.ReqStructure
-
- tss.tpm.TPM2_GetTestResult_REQUEST
-
- All Implemented Interfaces:
TpmMarshaller
public class TPM2_GetTestResult_REQUEST extends ReqStructure
This command returns manufacturer-specific information regarding the results of a self-test and an indication of the test status.
-
-
Constructor Summary
Constructors Constructor Description TPM2_GetTestResult_REQUEST()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TPM2_GetTestResult_REQUEST
fromBytes(byte[] byteBuf)
Static marshaling helperstatic TPM2_GetTestResult_REQUEST
fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
insteadstatic TPM2_GetTestResult_REQUEST
fromTpm(TpmBuffer buf)
Static marshaling helperString
toString()
byte[]
toTpm()
Deprecated.UseTpmStructure.toBytes()
instead-
Methods inherited from class tss.ReqStructure
getHandles, numAuthHandles, typeName
-
Methods inherited from class tss.CmdStructure
numHandles, sessEncInfo
-
Methods inherited from class tss.TpmStructure
equals, hashCode, initFromTpm, toBytes, toStringInternal, toTpm
-
-
-
-
Method Detail
-
toTpm
public byte[] toTpm()
Deprecated.UseTpmStructure.toBytes()
instead- Returns:
- Wire (marshaled) representation of this object
-
fromBytes
public static TPM2_GetTestResult_REQUEST fromBytes(byte[] byteBuf)
Static marshaling helper- Parameters:
byteBuf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
fromTpm
public static TPM2_GetTestResult_REQUEST fromTpm(byte[] byteBuf)
Deprecated.UsefromBytes(byte[])
instead- Parameters:
byteBuf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
fromTpm
public static TPM2_GetTestResult_REQUEST fromTpm(TpmBuffer buf)
Static marshaling helper- Parameters:
buf
- Wire representation of the object- Returns:
- New object constructed from its wire representation
-
-