Package com.pff

Class PSTGlobalObjectId

java.lang.Object
com.pff.PSTGlobalObjectId

public class PSTGlobalObjectId extends Object
Class to represent a decoded PidLidGlobalObjectId or PidLidCleanGlobalObjectId (for Meeting Exceptions) See [MS-OXOCAL] https://msdn.microsoft.com/en-us/library/cc425490(v=exchg.80).aspx, sections 2.2.1.27(PidLidGlobalObjectId) and 2.2.1.28(PidLidCleanGlobalObjectId)
  • Field Details

    • ReferenceByteArrayID

      protected static final byte[] ReferenceByteArrayID
    • hexArray

      protected static final char[] hexArray
    • ByteArrayID

      byte[] ByteArrayID
    • YH

      byte YH
    • YL

      byte YL
    • M

      byte M
    • D

      byte D
    • CreationTimeH

      int CreationTimeH
    • CreationTimeL

      int CreationTimeL
    • CreationTime

      Date CreationTime
    • X

      long X
    • Size

      int Size
    • Data

      byte[] Data
  • Constructor Details

    • PSTGlobalObjectId

      public PSTGlobalObjectId(byte[] pidData)
  • Method Details

    • bytesToHex

      public static String bytesToHex(byte[] bytes)
    • getYearHigh

      protected int getYearHigh()
    • getYearLow

      protected int getYearLow()
    • getYear

      public int getYear()
    • getMonth

      public int getMonth()
    • getDay

      public int getDay()
    • getCreationTime

      public Date getCreationTime()
    • getCreationTimeLow

      protected int getCreationTimeLow()
    • getCreationTimeHigh

      protected int getCreationTimeHigh()
    • getDataSize

      public int getDataSize()
    • getData

      public byte[] getData()
    • toString

      public String toString()
      Overrides:
      toString in class Object