Classes

The following classes are available globally.

  • Reads the integrated chip on an NFC-capable passport (ePassport)

    Secure messaging with the integrated chip is done following ISO/IEC 7816, and data & security protocols follow the international specification on electronic machine-readable travel documents (eMRTDs), ICAO Doc 9303.

    See more

    Declaration

    Swift

    public final class PassportChipReader : PassportChipReaderType
  • Displays instructions to guide the user to capture an image of their passport, which is needed to extract the MRZ_information key from the Machine-Readable Zone.

    This is a completely optional screen designed to help you integrate the SDK. You may use it in your production application, or simply use it as a tool to better understand the full process to reading ePassports.

    See more

    Declaration

    Swift

    open class TutorialMRZViewController : UIViewController
  • Displays instructions to guide the user to scan the NFC chip on their passport

    This is a completely optional screen designed to help you integrate the SDK. You may use it in your production application, or simply use it as a tool to better understand the full process to reading ePassports.

    See more

    Declaration

    Swift

    open class TutorialNFCViewController : UIViewController