Package 

Class InternalPassportNfcScanner


  • 
    public final class InternalPassportNfcScanner
    
                        

    Scans the given tag and extracts all the data from it. Should be cleaned after the usage

    • Method Summary

      Modifier and Type Method Description
      final Unit extractData(PassportNfcLoadCallback nfcLoadCallback) Starting the process of scanning
      final Unit clean() Deletes a GlobalRef in JNI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalPassportNfcScanner

        InternalPassportNfcScanner(IsoDep isoDepTag, String passportNumber, String birthdate, String expiryDate)
        Parameters:
        isoDepTag - tag to extract data from
        passportNumber - raw passport number.
        birthdate - birth date in yyMMdd format
        expiryDate - expiration date of the passport in yyMMdd format
    • Method Detail

      • clean

         final Unit clean()

        Deletes a GlobalRef in JNI