Class RFIDSessionData

java.lang.Object
com.regula.documentreader.api.results.rfid.RFIDSessionData

public class RFIDSessionData extends Object
used to describe the results of work with the SDK within the context of the current communication session with electronic document
  • Field Details

    • accessControls

      public List<AccessControlProcedureType> accessControls
      list of containers to store information about the supported procedures of authentication and secure data access within the context of the session
    • applications

      public List<Application> applications
      list of containers to store information about the involved ap-plications of electronic document
    • securityObjects

      public List<SecurityObject> securityObjects
      list of containers to store information about the detected document security objects
    • cardProperties

      public CardProperties cardProperties
      set of electronic document chip characteristics
    • totalBytesReceived

      public int totalBytesReceived
      total number of bytes received from the RFID-chip during the whole session
    • totalBytesSent

      public int totalBytesSent
      total number of bytes transmitted to the RFID-chip during the whole session
    • status

      public long status
      One of eRFID_ErrorCodes values
    • extLeSupport

      public long extLeSupport
      sign of support of RFID-chip for extended length commands of reading (RFID_Error_NotPerformed, RFID_Error_NotAvailable or RFID_Error_NoError) One of eRFID_ErrorCodes values
    • processTime

      public long processTime
      total time of all operations performed during the session, ms
    • dataFields

      public List<DataField> dataFields
    • dataGroups

      public int[] dataGroups
      array of eRFID_DataFile_Type enum
  • Constructor Details

    • RFIDSessionData

      public RFIDSessionData()
  • Method Details

    • fromJson

      public static RFIDSessionData fromJson(String json)
    • fromJson

      public static RFIDSessionData fromJson(JSONObject object)
    • toJson

      public String toJson()
      Method convert object to string in json format
      Returns:
      string in json format