自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
身份凭据
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
身份凭据 API 为用户身份文档提供了安全存储空间的接口。这些 API 与 credstore
系统服务通信,而该系统服务又使用身份凭据 HAL 与安全硬件通信。
可以通过为用户身份文档提供安全存储空间接口的 IIdentityCredentialStore
访问身份凭据 HAL。与凭据验证设备和颁发机构 (IA) 通信时,消息格式和语义应尽可能不在此 HAL 的范围内。尽管此 HAL 提供与安全存储空间的接口,但想要实现适用于特定凭据类型的表示和验证协议及流程,需要特定于相应凭据的 Android 应用。
如需查看实现说明和 VTS 测试信息,请参阅:
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Identity Credential\n\nThe [Identity\nCredential](https://developer.android.com/reference/android/security/identity/package-summary) APIs provide an interface to a secure store\nfor user identity documents. These APIs communicate with the\n`credstore` system service which in turn use the Identity\nCredential HAL to communicate with Secure Hardware.\n\nThe Identity Credential HAL is accessed through\n`IIdentityCredentialStore` which provides an interface to a secure\nstore for user identity documents. To the extent possible, specification of\nthe message formats and semantics of communication with credential\nverification devices and issuing authorities (IAs) is out of scope for this\nHAL. It provides the interface with secure storage but a credential-specific\nAndroid application are be required to implement the presentation and\nverification protocols and processes appropriate for the specific credential\ntype.\n\nImplementation instructions and VTS test information can be found at:\n\n- [Identity\n Credential HAL, default implementation, and VTS tests](https://android.googlesource.com/platform/hardware/interfaces/+/refs/heads/android16-release/identity/aidl/android/hardware/identity/IIdentityCredentialStore.aidl)"]]