-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
The Access Mode Enumeration described here does not allow for a complete expression of all access modes described in 800-73-4.
You define:
AccessMode ::= ENUMERATED {
never (0),
pin (1),
pinAlways (2),
occ (4),
userAdmin (16),
always (127)
}
If you look at 800-73-4 Part 1 Table b4 you will see that there is a need to describe VCI and PIN, VCI and OCC, VCI and PIN Always and VCI and OCC Always
Looking at your PutDataCreateObjectRequest and PutDataCreateKeyRequest in the PUT DATA ADMIN schema I see that you have only defined modeContact and modeContactless. I think that the right way to fix this is to add modeVci to each of these and add a tag to the pre-perso APDUs to indicate conditions specific only to the VCI interface.
BTW: We will probably be implementing VCI and will push it up to you if and when it gets done. Likewise with OCC.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels