public class FrenchIdCard extends MrzRecordOptional
First line : IDFRA{name}{many < to complete line}{6 numbers unknown} Second line : {card number on 12 numbers}{Check digit}{given names
separated by "<<" and maybe troncated if too long}{date of birth YYMMDD}{Check digit}{sex M/F}{1 number checksum}
| Constructor and Description |
|---|
FrenchIdCard()
Construct French ID Record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromMrz(String mrz)
Parses the MRZ record.
|
String |
toMrz()
Serializes this record to a valid MRZ record.
|
buildToString, getOptional, setOptionalgetCode, getCode1, getCode2, getDateOfBirth, getDocumentNumber, getExpirationDate, getFormat, getGivenNames, getIssuingCountry, getNationality, getRecordName, getSex, getSurname, isValidComposite, isValidDateOfBirth, isValidDocumentNumber, isValidExpirationDate, setCode, setCode1, setCode2, setDateOfBirth, setDocumentNumber, setExpirationDate, setGivenNames, setIssuingCountry, setName, setNationality, setSex, setSurname, setValidComposite, setValidDateOfBirth, setValidDocumentNumber, setValidExpirationDate, toStringpublic void fromMrz(String mrz) throws MrzParseException
MrzRecordfromMrz in class MrzRecordmrz - the mrz record, not null, separated by \nMrzParseException - could not parse MRZCopyright © 2011–2020 Innovatrics. All rights reserved.