Package tss.tpm

Class TPML_CC

    • Field Detail

      • commandCodes

        public TPM_CC[] commandCodes
        A list of command codes The maximum only applies to a command code list in a command. The response size is limited only by the size of the parameter buffer.
    • Constructor Detail

      • TPML_CC

        public TPML_CC()
      • TPML_CC

        public TPML_CC​(TPM_CC[] _commandCodes)
        Parameters:
        _commandCodes - A list of command codes The maximum only applies to a command code list in a command. The response size is limited only by the size of the parameter buffer.
    • Method Detail

      • toTpm

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

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

        public static TPML_CC 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 TPML_CC 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