Package tss

Class TpmBuffer.SizedStructInfo

  • Enclosing class:
    TpmBuffer

    public class TpmBuffer.SizedStructInfo
    extends Object
    Information about the TPM data structure being currently unmarshaled.
    • Field Detail

      • startPos

        public int startPos
        A TPM structure start position in the marshaled input buffer.
      • size

        public int size
        Total size of the structure in bytes.
    • Constructor Detail

      • SizedStructInfo

        public SizedStructInfo​(int startPos,
                               int size)