KenyaPassportModel
A class derived from PassportModel containing details specific to the Kenya passport
import com.sybrin.identity.countries.Kenya.Passport.KenyaPassportModel
extends
PassportModel
Summary
Public methods
Data source
Inherited methods
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Validation
The following validation and verification applies to this document:
Check digit validation
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.
Optional data
Check digit using MRP Checksum calculation algorithm.
Passport number
Check digit using MRP Checksum calculation algorithm.
Public methods
getCompositeCheckDigit
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.
Returns
int
getDateOfBirthCheckDigit
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the passport.
Returns
int
getDateOfExpiryCheckDigit
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the passport's date of expiry as found on the passport.
Returns
int
getMrzLine1
public String getMrzLine1 ()
Returns the first MRZ line as found on the passport.
Returns
String
The first MRZ line. This value cannot be null
.
getMrzLine2
public String getMrzLine2 ()
Returns the second MRZ line as found on the passport.
Returns
String
The second MRZ line. This value cannot be null
.
getOptionalData
public String getOptionalData ()
Returns the optional MRZ data as found on the passport.
Returns
String
Optional MRZ data. This value cannot be null
.
getOptionalDataCheckDigit
public int getOptionalDataCheckDigit ()
Returns the check digit used to verify the passport's optional data as found on the passport.
Returns
int
getPassportNumberCheckDigit
public int getPassportNumberCheckDigit ()
Returns the check digit used to verify the passport number as found on the passport.
Returns
int
Last updated