Class eRFID_NotificationCodes

java.lang.Object
com.regula.documentreader.api.enums.eRFID_NotificationCodes

public class eRFID_NotificationCodes extends Object
Enumeration contains a set of notification returned to the user application by calling the callback-function
  • Field Details

    • RFID_NOTIFICATION_ERROR

      public static final int RFID_NOTIFICATION_ERROR
      The notification indicates an error.
      See Also:
    • RFID_NOTIFICATION_DOCUMENT_READY

      public static final int RFID_NOTIFICATION_DOCUMENT_READY
      Event of appearance of RFID-chip in the scope of the reader antenna or its moving away from the scope of the reader. Parameter value contains a flag of presence of RFID-chip in the scope of the reader (true or false)
      See Also:
    • RFID_NOTIFICATION_READ_PROTOCOL4

      public static final int RFID_NOTIFICATION_READ_PROTOCOL4
      Event of the beginning/end of data reading from the RFID-chip via ISO/IEC 14443-4 proto-col When working in the batch mode. Parameter value contains false at the beginning of reading and true at the end
      See Also:
    • RFID_NOTIFICATION_READ_PROTOCOL3

      public static final int RFID_NOTIFICATION_READ_PROTOCOL3
      Event of the beginning/end of data reading from the RFID-chip via ISO/IEC 14443-3 proto-col. Parameter value contains false at the beginning of reading and true at the end
      See Also:
    • RFID_NOTIFICATION_PROGRESS

      public static final int RFID_NOTIFICATION_PROGRESS
      Indication of the progress of execution of data reading operation
      See Also:
    • RFID_NOTIFICATION_TA_STEP

      public static final int RFID_NOTIFICATION_TA_STEP
      Indication of the next step of terminal authentication in Online-authentication mode
      See Also:
    • RFID_NOTIFICATION_SM_REQUIRED

      public static final int RFID_NOTIFICATION_SM_REQUIRED
      Event of detection of the need to organize a secure communication channel
      See Also:
    • RFID_NOTIFICATION_ISO_ERROR

      public static final int RFID_NOTIFICATION_ISO_ERROR
      Event informing the user application on detection of data incompliance processed with the regulations of normative documents, errors when executing the current operation. value parameter contains error code (one of eLDS_ParsingErrorCodes or eLDS_ParsingNotificationCodes values)
      See Also:
    • RFID_NOTIFICATION_PA_REQUEST

      public static final int RFID_NOTIFICATION_PA_REQUEST
      Request of the user-defined DS-certificate priot to the procedure of digital signature verifi-cation of EF.SOD document security object in the batch mode
      See Also:
    • RFID_NOTIFICATION_SM_ESTABLISHED

      public static final int RFID_NOTIFICATION_SM_ESTABLISHED
      Event of the result of the opening of a secure communication channel
      See Also:
    • RFID_NOTIFICATION_PCSC_READER_DISCONNECTED

      public static final int RFID_NOTIFICATION_PCSC_READER_DISCONNECTED
      Event of unplugging of the RFID-chip reader from the PC
      See Also:
    • RFID_NOTIFICATION_PCSC_READER_LIST_CHANGED

      public static final int RFID_NOTIFICATION_PCSC_READER_LIST_CHANGED
      Event of the beginning of reorganization of the list of RFID-readers connected to the PC, working under PC/SC-driver control
      See Also:
    • RFID_NOTIFICATION_PCSC_BYTES_RECEIVED

      public static final int RFID_NOTIFICATION_PCSC_BYTES_RECEIVED
      Transfer of the total amount of information received from the RFID-chip to the user appli-cation during execution of data reading operation
      See Also:
    • RFID_NOTIFICATION_PCSC_TOTAL_READING_TIME

      public static final int RFID_NOTIFICATION_PCSC_TOTAL_READING_TIME
      Transfer of the total time of execution of data reading operation to the user application
      See Also:
    • RFID_NOTIFICATION_PCSC_DATA_RECEIVED

      public static final int RFID_NOTIFICATION_PCSC_DATA_RECEIVED
      Transfer of the total amount of information and service groups data received from the RF-ID-chip to the user application during execution of data reading operation
      See Also:
    • RFID_NOTIFICATION_PCSC_BYTES_SENT

      public static final int RFID_NOTIFICATION_PCSC_BYTES_SENT
      Transfer of the total amount of information transmitted to the RFID-chip to the user appli-cation during execution of data reading operation
      See Also:
    • RFID_NOTIFICATION_PCSC_TOTAL_READING_SPEED

      public static final int RFID_NOTIFICATION_PCSC_TOTAL_READING_SPEED
      Transfer of the average data reading rate to the user application
      See Also:
    • RFID_NOTIFICATION_PCSC_TOTAL_PROCESS_TIME

      public static final int RFID_NOTIFICATION_PCSC_TOTAL_PROCESS_TIME
      Transfer of the total time of execution of data reading procedure to the user application
      See Also:
    • RFID_NOTIFICATION_PCSC_READER_LIST_CHANGING

      public static final int RFID_NOTIFICATION_PCSC_READER_LIST_CHANGING
      Event of the beginning of reorganization of the list of RFID-readers connected to the PC, working under PC/SC-driver control
      See Also:
    • RFID_NOTIFICATION_PCSC_EXT_LENGTH_SUPPORT

      public static final int RFID_NOTIFICATION_PCSC_EXT_LENGTH_SUPPORT
      Event of detection of extended length reading commands support by the RFID-chip
      See Also:
    • RFID_NOTIFICATION_PA_CERTIFICATE_CHAIN

      public static final int RFID_NOTIFICATION_PA_CERTIFICATE_CHAIN
      Event of the start/end of the certificate chain formation for the document security object digital signature verification as a part of passive authentication procedure. Parameter false – beginning of the operation, true – end.
      See Also:
    • RFID_NOTIFICATION_PA_CERTIFICATE_CHAIN_ITEM

      public static final int RFID_NOTIFICATION_PA_CERTIFICATE_CHAIN_ITEM
      Event that indicates a type of the current analyzed element of the certificate chain being composed. value contains one of eRFID_CertificateType codes. All subsequent notifications prior to the next RF-ID_Notification_PA_CertificateChainItem or RF-ID_Notification_PA_CertificateChain will correspond to this element.
      See Also:
    • RFID_NOTIFICATION_SCENARIO

      public static final int RFID_NOTIFICATION_SCENARIO
      A request from the user application of some data or actions in a certain step of the scenario. As a parameter acts VARIANT * pointer to XML-string defining a concrete step of the scenario, which is also the receiver of data requested.
      See Also:
    • RFID_NOTIFICATION_PCSC_READING_DATAGROUP

      public static final int RFID_NOTIFICATION_PCSC_READING_DATAGROUP
      Event of the beginning/end of file reading. The low order WORD contains a file identifier from eRFID_DataFile_Type
      See Also:
    • RFID_NOTIFICATION_PCSC_FILE_NOT_FOUND

      public static final int RFID_NOTIFICATION_PCSC_FILE_NOT_FOUND
      Event of detection of file absence. The low order WORD contains a file identifier from eRFID_DataFile_Type
      See Also:
    • RFID_NOTIFICATION_PCSC_END_OF_FILE

      public static final int RFID_NOTIFICATION_PCSC_END_OF_FILE
      Event of reaching the file end when performing its reading. The low order WORD contains a file identifier from eRFID_DataFile_Type
      See Also:
    • RFID_NOTIFICATION_PCSC_FILE_ACCESS_DENIED

      public static final int RFID_NOTIFICATION_PCSC_FILE_ACCESS_DENIED
      Event of detection of absence of the file access rights. The low order WORD contains a file identifier from eRFID_DataFile_Type
      See Also:
    • RFID_NOTIFICATION_PCSC_APPLICATION_SELECTED

      public static final int RFID_NOTIFICATION_PCSC_APPLICATION_SELECTED
      Event of the application selection operation. The low order WORD contains a file identifier from eRFID_Application_Type, value parameter – operation result
      See Also:
    • RFID_NOTIFICATION_AC_PROCEDURE_START

      public static final int RFID_NOTIFICATION_AC_PROCEDURE_START
      Event of the beginning of the authentication or secure data access procedure. The low or-der WORD contains a procedure identifier from eRFID_AccessControl_ProcedureType
      See Also:
    • RFID_NOTIFICATION_AC_PROCEDURE_FINISH

      public static final int RFID_NOTIFICATION_AC_PROCEDURE_FINISH
      Event of the end of the authentication or secure data access procedure.. The low order WORD contains a procedure identifier from eRFID_AccessControl_ProcedureType, value parameter – operation result
      See Also:
    • RFID_NOTIFICATION_PA_SECURITY_OBJECT_CHECK

      public static final int RFID_NOTIFICATION_PA_SECURITY_OBJECT_CHECK
      Event of the data security object verification as part of PA. The low order WORD contains an identifier of the file, which is a source of the security object (value from eRFID_DataFile_Type), value parameter – operation result
      See Also:
    • RFID_NOTIFICATION_PA_FILE_CHECK

      public static final int RFID_NOTIFICATION_PA_FILE_CHECK
      Event of the file data integrity checking as part of PA. The low order WORD contains a file identifier (value from eRFID_DataFile_Type), value parameter – operation result
      See Also:
    • RFID_NOTIFICATION_PCSC_UPDATING_DATAGROUP

      public static final int RFID_NOTIFICATION_PCSC_UPDATING_DATAGROUP
      Event of the procedure of file contents updating. The low order WORD contains a file identifier from eRFID_DataFile_Type
      See Also:
    • RFID_NOTIFICATION_AUXILIARY_DATA_VALIDATION

      public static final int RFID_NOTIFICATION_AUXILIARY_DATA_VALIDATION
      Event of the auxiliary data verification. The low order WORD contains a type of the verified data (value from eRFID_AuxiliaryDataType), value parameter – operation result
      See Also:
    • RFID_NOTIFICATION_RI_SECTOR_ID

      public static final int RFID_NOTIFICATION_RI_SECTOR_ID
      Event of the receiving of the sector identifier data during RI. The low order WORD contains a type identifier of the sector key (value from eRFID_SectorKeyType), value parameter – a pointer to the corresponding identifier data container
      See Also:
    • RFID_NOTIFICATION_BIOMETRICS_EMPTY_PLACEHOLDER

      public static final int RFID_NOTIFICATION_BIOMETRICS_EMPTY_PLACEHOLDER
      Event of the detection of real biometric data absence in DG3 or DG4 and random filling data usage. The low order WORD contains a file identifier from eRFID_DataFile_Type.
      See Also:
  • Constructor Details

    • eRFID_NotificationCodes

      public eRFID_NotificationCodes()