SouthAfricaIDCardModel

A class derived from IDCardModel containing details specific to the South African ID card

import com.sybrin.identity.countries.SouthAfrica.IDCard.SouthAfricaIDCardModel

extends IDCardModel

Summary

Inherited methods

Validation

The following validation and verification applies to this document:

Check digit validation

Component verification

As explained in Validation & Verification the following fields are verified across the front and back components of the document.

Public methods

getCardNumber

public String getCardNumber ()

Returns the ID card number as found on the ID card.

getCitizenship

public CitizenshipType getCitizenship ()

Returns the type of citizen a subject's is as found on the ID card.

getCountryOfBirth

public String getCountryOfBirth ()

Returns the subject's country of birth as found on the ID card.

getDateIssued

public Date getDateIssued ()

Returns the document's issue date as found on the ID card.

getIdentityNumberADigit

public int getIdentityNumberADigit ()

Returns the A digits as found within the subject's identity number.

getIdentityNumberCheckDigit

public int getIdentityNumberCheckDigit ()

Returns the check digit used to verify the subject's identity number as found on the ID card.

getIdentityNumberCitizenship

public CitizenshipType getIdentityNumberCitizenship ()

Returns the type of citizen a subject's is as found within the subject's identity number.

getIdentityNumberDateOfBirth

public Date getIdentityNumberDateOfBirth ()

Returns the subject's date of birth as found within the subject's identity number.

getIdentityNumberSex

public String getIdentityNumberSex ()

Returns the subject's sex as found within the subject's identity number.

getNames

public String getNames ()

Returns the subject's names as found on the ID card.

getRsaCode

public String getRsaCode ()

Returns the ID card's RSA code as found on the ID card.

getSurname

public String getSurname ()

Returns the subject's surname as found on the ID card.