MozambiqueIDCardModel
A class derived from IDCardModel containing details specific to the Mozambique ID card
A class derived from IDCardModel containing details specific to the Mozambique ID card
import com.sybrin.identity.countries.Mozambique.IDCard.MozambiqueIDCardModel
extends
IDCardModel
The following validation and verification applies to this document:
As explained in Validation & Verification the following fields are verified across the front and back components of the document.
public int getCompositeCheckDigit ()
Returns the check digit used to verify the serial number, date of birth, date of expiry, optional data 1, and optional data 2 as found on the ID card.
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the ID card.
public Date getDateOfExpiry ()
Returns the ID card's date of expiry as found on the ID card.
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the ID card's date of expiry as found on the ID card.
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the ID card.
public String getIssuingCountryCode ()
Returns the ISO 3166-1 Alpha 3 country code as found on the ID card.
public String getMrzLine1 ()
Returns the first MRZ line as found on the back of the ID card.
public String getMrzLine2 ()
Returns the second MRZ line as found on the back of the ID card.
public String getMrzLine3 ()
Returns the third MRZ line as found on the back of the ID card.
public String getNames ()
Returns the subject's names as found on the ID card.
public String getOptionalData1 ()
Returns the first optional data as found on the back of the ID card.
public String getOptionalData2 ()
Returns the second optional data as found on the back of the ID card.
public String getSurname ()
Returns the subject's surname as found on the ID card.
Public methods
Data source
int
MRZ OCR
int
MRZ OCR
Date
MRZ OCR
int
MRZ OCR
int
MRZ OCR
String
MRZ OCR
String
MRZ OCR
String
MRZ OCR
String
MRZ OCR
String
getNames()
MRZ OCR
String
MRZ OCR
String
MRZ OCR
String
MRZ OCR
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
Data source
Bitmap
Back of document
String
Local Storage
Date
MRZ OCR
Bitmap
Back of document
String
Local Storage
String
MRZ OCR
String
MRZ OCR
String
MRZ OCR
Bitmap
Back of document
String
Local Storage
PDF417 Barcode
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 1 & 2 composite
Check digit using MRP Checksum calculation algorithm.
Identity Number
Check digit using MRP Checksum calculation algorithm.
Value
Source
Identity number
Front: OCR
Back: MRZ OCR
Returns
int
Returns
int