My Number card
The My Number reader targets JPKI and card-info-input-support applet paths used by Japanese Individual Number cards.
let card = try await CoreExtendedNFC.readMyNumberCard(
items: [.tokenInfo, .individualNumber],
cardInfoInputSupportPIN: "1234"
)
| Applet | AID | Use |
|---|---|---|
| JPKI | D392F000260100000001 | Token information from EF 0006. |
| Card-info input support | D3921000310001010408 | PIN domain and protected reads. |
| Individual number | D3921000310001010100 | Individual-number data flow. |
The byte-level EF layout is documented in My Number Card Data Format.