| Interface | Description |
|---|---|
| DataConvertor<T> |
Interface for a data convertor component.
|
| Class | Description |
|---|---|
| ByteArrayParser |
Byte Array Fields Offset/Length Parser supports extraction of byte array
slices, unsigned 8 and 16-bit values from byte array integers
|
| ChipNumberDataConvertor |
Convertor for the chip number field.
|
| DateOfBirthDataConvertor |
Convertor for eID date of birth field.
|
| DocumentTypeConvertor |
Data Convertor for eID document type.
|
| GenderDataConvertor |
Data convertor for gender data type.
|
| SpecialOrganisationConvertor |
Data convertor for special organisation eID identity field.
|
| SpecialStatusConvertor |
Data convertor for eID special status.
|
| TlvParser |
Tag-Length-Value parser.
|
| ValidityDateDataConvertor |
Data convertor for eID identity validity dates.
|
| Exception | Description |
|---|---|
| DataConvertorException |
Exception class thrown by a data convertor.
|
| Annotation Type | Description |
|---|---|
| ByteArrayField |
Marks a field as being a ByteArray field to be filled out by a
ByteArrayParser
|
| ConvertData |
Marks that a field will be converted during TLV parsing.
|
| OriginalData |
Marks that this field holds the original unparsed data.
|
| TlvField |
Marks a field as being a TLV field.
|
Copyright © 2012–2019 BOSA. All rights reserved.