API for secure objects' origin

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

API for secure objects' origin

跳至解决方案
1,001 次查看
psvz
Contributor IV

Hello

Could you please confirm how could I read or change the ORIGIN of a secure object (key) - I cannot find such API. I would like to read and/or inject this property with my keys:

enum SE05x_Origin_t
Where was this object originated

Values:

kSE05x_Origin_NA = 0
Invalid

kSE05x_Origin_EXTERNAL = 0x01
Generated outside the module.

kSE05x_Origin_INTERNAL = 0x02
Generated inside the module.

kSE05x_Origin_PROVISIONED = 0x03
Trust provisioned by NXP
标签 (1)
0 项奖励
回复
1 解答
992 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @psvz ,

 

I am sorry, but there is no API to inject this property, you may just read this with the help of readobject command, indeed it is one of the object attributes that is updated during applet runtime for Secure Objects of type AESKey, DESKey, HMACKey, ECKey and
RSAKey only and does not get updated for other object types.

Please kindly refer to https://www.nxp.com/docs/en/application-note/AN12413.pdf for more details.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
993 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @psvz ,

 

I am sorry, but there is no API to inject this property, you may just read this with the help of readobject command, indeed it is one of the object attributes that is updated during applet runtime for Secure Objects of type AESKey, DESKey, HMACKey, ECKey and
RSAKey only and does not get updated for other object types.

Please kindly refer to https://www.nxp.com/docs/en/application-note/AN12413.pdf for more details.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复