Package tss.tpm

Class TPMS_ECC_POINT

    • Field Detail

      • x

        public byte[] x
        X coordinate
      • y

        public byte[] y
        Y coordinate
    • Constructor Detail

      • TPMS_ECC_POINT

        public TPMS_ECC_POINT()
      • TPMS_ECC_POINT

        public TPMS_ECC_POINT​(byte[] _x,
                              byte[] _y)
        Parameters:
        _x - X coordinate
        _y - Y coordinate
    • Method Detail

      • toTpm

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

        public static TPMS_ECC_POINT 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_ECC_POINT 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_ECC_POINT 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