LifeCycleState
Describes the LifeCycle state of an EF/DF according to the ISO/IEC 7816-4:2005(E) #5.3.3.2 Life cycle status byte.
b8 | b7 | b6 | b5 | b4 | b3 | b2 | b1 | meaning |
---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | No information given |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | Created |
0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | Initialized |
0 | 0 | 0 | 0 | 0 | 1 | - | 1 | Active |
0 | 0 | 0 | 0 | 0 | 1 | - | 0 | Deactivated |
0 | 0 | 0 | 0 | 1 | 1 | - | - | Terminated |
not all zero | x | x | x | x | Proprietary |
-
No information given (when all bits are 0)
-
File is created (when only bit 1 is set)
-
File is initialized (when bit 2 is set and 3 and 4 not
-
File is active normal
-
File is not-active hidden
-
File is permanently
.deactivated
(when bit 4 and 3 are set) -
File is proprietary - values from 0x10 - 0xff
-
Parse a LifeCycleStatus Byte