Package tss.tpm

Class TPMS_CREATION_INFO

    • Field Detail

      • objectName

        public byte[] objectName
        Name of the object
      • creationHash

        public byte[] creationHash
        CreationHash
    • Constructor Detail

      • TPMS_CREATION_INFO

        public TPMS_CREATION_INFO()
      • TPMS_CREATION_INFO

        public TPMS_CREATION_INFO​(byte[] _objectName,
                                  byte[] _creationHash)
        Parameters:
        _objectName - Name of the object
        _creationHash - CreationHash
    • Method Detail

      • toTpm

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

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

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