9.13.3.4.56. Function Se05x_API_ReadCryptoObjectList¶
Defined in File se05x_APDU_apis.h
9.13.3.4.56.1. Function Documentation¶
-
smStatus_t
Se05x_API_ReadCryptoObjectList(pSe05xSession_t session_ctx, uint8_t *idlist, size_t *pidlistLen)¶ Se05x_API_ReadCryptoObjectList
Get the list of allocated Crypto Objects indicating the identifier, the CryptoContext and the sub type of the CryptoContext.
Command to Applet
Field
Value
Description
CLA
0x80
INS
INS_READ
See
SE05x_INS_tP1
P1_CRYPTO_OBJ
See
SE05x_P1_tP2
P2_LIST
See
SE05x_P2_tLe
0x00
R-APDU Body
Value
Description
TLV[TAG_1]
Byte array containing a list of 2-byte Crypto Object identifiers, followed by 1-byte CryptoContext and 1-byte subtype for each Crypto Object (so 4 bytes for each Crypto Object).
R-APDU Trailer
SW
Description
SW_NO_ERROR
Data is returned successfully.
- Parameters
[in] session_ctx: Session Context [0:kSE05x_pSession][out] idlist: If more ids are present [0:kSE05x_TAG_1][inout] pidlistLen: Length for idlist
