11.12.3.2.32. Enum SE05x_INS_t¶
Defined in File se05x_enums.h
11.12.3.2.32.1. Enum Documentation¶
-
enum
SE05x_INS_t
¶ Values for INS in ISO7816 APDU
Values:
-
kSE05x_INS_NA
= 0¶ Invalid
-
kSE05x_INS_MASK_INS_CHAR
= 0xE0¶ 3 MSBit for instruction characteristics.
-
kSE05x_INS_MASK_INSTRUCTION
= 0x1F¶ 5 LSBit for instruction
Mask for transient object creation, can only be combined with INS_WRITE.
-
kSE05x_INS_AUTH_OBJECT
= 0x40¶ Mask for authentication object creation, can only be combined with INS_WRITE
-
kSE05x_INS_ATTEST
= 0x20¶ Mask for getting attestation data.
-
kSE05x_INS_WRITE
= 0x01¶ Write or create a persistent object.
-
kSE05x_INS_READ
= 0x02¶ Read the object
-
kSE05x_INS_CRYPTO
= 0x03¶ Perform Security Operation
-
kSE05x_INS_MGMT
= 0x04¶ General operation
-
kSE05x_INS_PROCESS
= 0x05¶ Process session command
-