How check programmaticallly TEE support on Android?

扶醉桌前 提交于 2021-02-18 07:47:06

问题


How check programmaticallly TEE support on Android?

In a project we need check if TEE (Trusted Execution Environment) is supported in order to make a decision.

Regards.


回答1:


Android 7.0 introduced this feature: Key Attestation, which

gives you more confidence that the keys you use in your app are stored in a device's hardware-backed keystore.

but not perfect since

only a small number of devices running Android 7.0 (API level 24) support hardware-level key attestation; all other devices running Android 7.0 use software-level key attestation instead.

As far as I know this feature will be mandatory for devices shipped , not updated with Android 8.0



来源:https://stackoverflow.com/questions/39828453/how-check-programmaticallly-tee-support-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!