We are working with SCOSTA smart card with ISO7816-4 APDU Commands. I had create file structure but didn't understand how to set security Access Condition in Compact and Extended Format For Example.
I am using TLV structure for Creating File MF,DF,EF,SE etc
Deticated File will have following FCP:
- Tag 8C
- Len 08
- Security Attribute AM 7F
- VALUE FF Delete File(Self):Never
- VALUE FF Terminate DF:Never
- VALUE 22 Activate File:(SE#2)
- VALUE 22 Deactivate File:(SE#2)
- VALUE 22 Create File EF:(SE#2)
- VALUE 22 Create File DF:(SE#2)
- VALUE FF Delete File(child):Never
So My Question is : Where from VALUE 22 Set and what is the meaning of SE#2 ?
How to calculate AM Byte?
I refer ISO/IEC 7816-4:2005(E) Document Page No:24-25