Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • TLVis a new format supported from Agnos Framework version 3.1.x

  • RAWis the Agnos Framework's legacy format

TLV Format

TLV ENTRY_POINT is a TLV file starting by a headerand followed by a set of TLV.

TLV ENTRY_POINT

Header (21 bytes)

Field

Length

Description

Version

1 byte

Value between 0xAA and 0xAF

SHA-1

20 bytes

SHA calculation on the following data

Body (variable)

Tag

Length

Value

FF35

variable

Entry point delimiter. FF35 length is equal to the length of the following TLV

DF0E

3

Byte1 = kernel id; Byte2 = contactless AID id; Byte3 = transaction type id

DF0F

variable

TLV Data Object

RAW Format

RAW ENTRY_POINT is a (1 + NumberOfCombination x 408) byte long binary file followed by a 20 byte long SHA-1 calculation for integrity purposes.

...