Class RFIDSessionData
java.lang.Object
com.regula.documentreader.api.results.rfid.RFIDSessionData
used to describe the results of work with the SDK within the context of the current communication session with electronic document
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of containers to store information about the supported procedures of authentication and secure data access within the context of the sessionlist of containers to store information about the involved ap-plications of electronic documentset of electronic document chip characteristicsint[]
array ofeRFID_DataFile_Type
enumlong
sign of support of RFID-chip for extended length commands of reading (RFID_Error_NotPerformed, RFID_Error_NotAvailable or RFID_Error_NoError) One ofeRFID_ErrorCodes
valueslong
total time of all operations performed during the session, mslist of containers to store information about the detected document security objectslong
One ofeRFID_ErrorCodes
valuesint
total number of bytes received from the RFID-chip during the whole sessionint
total number of bytes transmitted to the RFID-chip during the whole session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RFIDSessionData
static RFIDSessionData
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
accessControls
list of containers to store information about the supported procedures of authentication and secure data access within the context of the session -
applications
list of containers to store information about the involved ap-plications of electronic document -
securityObjects
list of containers to store information about the detected document security objects -
cardProperties
set of electronic document chip characteristics -
totalBytesReceived
public int totalBytesReceivedtotal number of bytes received from the RFID-chip during the whole session -
totalBytesSent
public int totalBytesSenttotal number of bytes transmitted to the RFID-chip during the whole session -
status
public long statusOne ofeRFID_ErrorCodes
values -
extLeSupport
public long extLeSupportsign of support of RFID-chip for extended length commands of reading (RFID_Error_NotPerformed, RFID_Error_NotAvailable or RFID_Error_NoError) One ofeRFID_ErrorCodes
values -
processTime
public long processTimetotal time of all operations performed during the session, ms -
dataFields
-
dataGroups
public int[] dataGroupsarray ofeRFID_DataFile_Type
enum
-
-
Constructor Details
-
RFIDSessionData
public RFIDSessionData()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-