Package tss.tpm

Class 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 Detail

      • TPM2_GetTestResult_REQUEST

        public TPM2_GetTestResult_REQUEST()
    • Method Detail

      • toTpm

        public byte[] toTpm()
        Deprecated.
        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.
        Use fromBytes(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