USADriveIdCodetext
Contents
[
Hide
]USADriveIdCodetext class
Class for encoding and decoding the text embedded in the USA Driving License PDF417 code.
new USADriveIdCodetext()
Methods
| Name | Description |
|---|---|
| addSubfileDesignator() | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w |
| getAAMVAVersionNumber() | AAMVA Version Number 00-99 |
| getBarcodeType() | Returns barcode type of USA DL (Pdf417) |
| getConstructedCodetext() | Construct codetext from USA DL data |
| getIssuerIdentificationNumber() | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM |
| getJurisdictionSpecificSubfile() | Jurisdiction Specific Fields |
| getJurisdictionVersionNumber() | Jurisdiction Version Number 00-99 |
| getMandatoryElements() | Mandatory elements (fields) of the card |
| getNumberOfEntries() | Number 00-99 of subfiles |
| getOptionalElements() | Optional elements (fields) of the card |
| getSubfileDesignator() | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w |
| initFromString(constructedCodetext) | Initialize USA DL object from codetext |
| setAAMVAVersionNumber() | AAMVA Version Number 00-99 |
| setIssuerIdentificationNumber() | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM |
| setJurisdictionSpecificSubfile() | Jurisdiction Specific Fields |
| setJurisdictionVersionNumber() | Jurisdiction Version Number 00-99 |
| setMandatoryElements() | Mandatory elements (fields) of the card |
| setNumberOfEntries() | Number 00-99 of subfiles |
| setOptionalElements() | Optional elements (fields) of the card |
| setSubfileDesignator() | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w |