USADriveIdCodetext

USADriveIdCodetext

Class for encoding and decoding the text embedded in the USA Driving License PDF417 code.

Constructor

new USADriveIdCodetext()

Source:

Methods

addSubfileDesignator()

Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.

Source:

getAAMVAVersionNumber()

AAMVA Version Number 00-99

Source:

getBarcodeType()

Returns barcode type of USA DL (Pdf417)

Returns:
Type Description
Barcode type (Pdf417)
Source:

getConstructedCodetext()

Construct codetext from USA DL data

Returns:
Type Description
Constructed codetext
Source:

getIssuerIdentificationNumber()

This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded.

Source:

getJurisdictionSpecificSubfile()

Jurisdiction Specific Fields

Source:

getJurisdictionVersionNumber()

Jurisdiction Version Number 00-99

Source:

getMandatoryElements()

Mandatory elements (fields) of the card

Source:

getNumberOfEntries()

Number 00-99 of subfiles

Source:

getOptionalElements()

Optional elements (fields) of the card

Source:

getSubfileDesignator()

Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.

Source:

initFromString(constructedCodetext)

Initialize USA DL object from codetext

Parameters:
Name Type Description
constructedCodetext Constructed codetext
Source:

setAAMVAVersionNumber()

AAMVA Version Number 00-99

Source:

setIssuerIdentificationNumber()

This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded.

Source:

setJurisdictionSpecificSubfile()

Jurisdiction Specific Fields

Source:

setJurisdictionVersionNumber()

Jurisdiction Version Number 00-99

Source:

setMandatoryElements()

Mandatory elements (fields) of the card

Source:

setNumberOfEntries()

Number 00-99 of subfiles

Source:

setOptionalElements()

Optional elements (fields) of the card

Source:

setSubfileDesignator()

Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.

Source: