Package tss.tpm

Class AC_SendResponse

  • All Implemented Interfaces:
    TpmMarshaller

    public class AC_SendResponse
    extends RespStructure
    The purpose of this command is to send (copy) a loaded object from the TPM to an Attached Component.
    • Field Detail

      • acDataOut

        public TPMS_AC_OUTPUT acDataOut
        May include AC specific data or information about an error.
    • Constructor Detail

      • AC_SendResponse

        public AC_SendResponse()
    • Method Detail

      • toTpm

        public byte[] toTpm()
        Deprecated.
        Returns:
        Wire (marshaled) representation of this object
      • fromBytes

        public static AC_SendResponse fromBytes​(byte[] byteBuf)
        Static marshaling helper
        Parameters:
        byteBuf - Wire representation of the object
        Returns:
        New object constructed from its wire representation
      • fromTpm

        public static AC_SendResponse 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 AC_SendResponse fromTpm​(TpmBuffer buf)
        Static marshaling helper
        Parameters:
        buf - Wire representation of the object
        Returns:
        New object constructed from its wire representation
      • toStringInternal

        public void toStringInternal​(TpmStructurePrinter _p,
                                     int d)
        Description copied from class: TpmStructure
        Serialize this object to the structure printer
        Overrides:
        toStringInternal in class TpmStructure
        Parameters:
        _p - The structure accumulator
        d - The data to serialize