Class RFIDParams

java.lang.Object
com.regula.documentreader.api.params.rfid.RFIDParams

public class RFIDParams extends Object
  • Constructor Details

    • RFIDParams

      public RFIDParams()
  • Method Details

    • getPaIgnoreNotificationCodes

      public int[] getPaIgnoreNotificationCodes()
      get a list of notification codes that should be ignored during passive authentication (PA)
      Returns:
      a list of eLDS_ParsingNotificationCodes values
    • setPaIgnoreNotificationCodes

      public void setPaIgnoreNotificationCodes(int[] paIgnoreNotificationCodes)
      set a list of notification codes that should be ignored during passive authentication (PA)
      Parameters:
      paIgnoreNotificationCodes - list of eLDS_ParsingNotificationCodes values
    • toJsonObject

      public JSONObject toJsonObject()
    • toJson

      public String toJson()
    • fromJson

      public static RFIDParams fromJson(JSONObject rfid)