Class Application
java.lang.Object
com.regula.documentreader.api.results.rfid.Application
structure is used to describe the contents of a single LDS applica-tion and their analysis within the context of the communication session with electronic document
-
Field Summary
FieldsModifier and TypeFieldDescriptionapplication identifieralgorithm for calculating hash values for files for the proce-dure of PAlist of containers to store information about the read files of the applicationint
status of the application selection procedure (one ofeRFID_ErrorCodes
values)int
type of application of electronic document one ofeRFID_Application_Type
valuesUnicode version for applicationapplication version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Application
static Application
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
applicationID
application identifier -
dataHashAlgorithm
algorithm for calculating hash values for files for the proce-dure of PA -
files
list of containers to store information about the read files of the application -
status
public int statusstatus of the application selection procedure (one ofeRFID_ErrorCodes
values) -
type
public int typetype of application of electronic document one ofeRFID_Application_Type
values -
unicodeVersion
Unicode version for application -
version
application version
-
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-