Package tss.tpm

Class AC_GetCapabilityResponse

  • All Implemented Interfaces:
    TpmMarshaller

    public class AC_GetCapabilityResponse
    extends RespStructure
    The purpose of this command is to obtain information about an Attached Component referenced by an AC handle.
    • Field Detail

      • moreData

        public byte moreData
        Flag to indicate whether there are more values
      • capabilitiesData

        public TPMS_AC_OUTPUT[] capabilitiesData
        List of capabilities
    • Constructor Detail

      • AC_GetCapabilityResponse

        public AC_GetCapabilityResponse()
    • Method Detail

      • toTpm

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

        public static AC_GetCapabilityResponse 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_GetCapabilityResponse 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_GetCapabilityResponse 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