interface ApplicationExtension {
    authenticationCode: string;
    data: Uint8Array;
    identifier: string;
}

Properties

authenticationCode: string

3 bytes to authenticate the application identifier

data: Uint8Array

the (raw) data of this application extension

identifier: string

8 character string identifying the application