Class Application

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

public class Application extends Object
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 Details

    • applicationID

      public String applicationID
      application identifier
    • dataHashAlgorithm

      public String dataHashAlgorithm
      algorithm for calculating hash values for files for the proce-dure of PA
    • files

      public List<File> files
      list of containers to store information about the read files of the application
    • status

      public int status
      status of the application selection procedure (one of eRFID_ErrorCodes values)
    • type

      public int type
      type of application of electronic document one of eRFID_Application_Type values
    • unicodeVersion

      public String unicodeVersion
      Unicode version for application
    • version

      public String version
      application version
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • fromJson

      public static Application fromJson(String json)
    • fromJson

      public static Application fromJson(JSONObject object)
    • toJson

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