EgyptPassportModel
A class derived from PassportModel containing details specific to the Egypt passport
Last updated
A class derived from PassportModel containing details specific to the Egypt passport
Last updated
import com.sybrin.identity.countries.Egypt.Passport.EgyptPassportModel
extends
PassportModel
The following validation and verification applies to this document:
public int getCompositeCheckDigit ()
Returns the check digit used to verify the passport number, date of birth, date of expiry, and optional data as found on the passport.
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the passport.
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the passport's date of expiry as found on the passport.
public String getMrzLine1 ()
Returns the first MRZ line as found on the passport.
public String getMrzLine2 ()
Returns the second MRZ line as found on the passport.
public String getOptionalData()
Returns the optional data as found on the passport.
public int getOptionalDataCheckDigit ()
Returns the check digit used to verify the optional data as found on the passport.
Public methods
Title
Data source
int
MRZ OCR
int
MRZ OCR
int
MRZ OCR
String
getMrzLine1()
MRZ OCR
String
getMrzLine2()
MRZ OCR
String
MRZ OCR
int
MRZ OCR
Title
Data source
<T extends DocumentModel>
N/A
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Title
Data source
Date
MRZ OCR
Date
MRZ OCR
String
MRZ OCR
String
getNames()
MRZ OCR
String
MRZ OCR
String
MRZ OCR
String
MRZ OCR
Sex
MRZ OCR
String
getSurname()
MRZ OCR
Value
Validation type
Date of birth
Check digit using MRP Checksum calculation algorithm.
Date of expiry
Check digit using MRP Checksum calculation algorithm.
MRZ line 2 composite
Check digit using MRP Checksum calculation algorithm.
Passport number
Check digit using MRP Checksum calculation algorithm.
Returns
Title
int
Content
Returns
Title
int
Content
Returns
Title
int
Content
Returns
Title
String
The first MRZ line. This value cannot be null
.
Returns
Title
String
The second MRZ line. This value cannot be null
.
Returns
Title
String
The optional data. This value cannot be null
.
Returns
Title
int
Content