2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
ID 認証情報
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ID 認証情報 API は、ユーザー身分証明書用のセキュアストアに対するインターフェースを提供します。この API は credstore
システム サービスと通信し、システム サービスが ID 認証情報 HAL を使用してセキュア ハードウェアと通信します。
ID 認証情報 HAL には、ユーザー身分証明書用のセキュアストアに対するインターフェースを提供する IIdentityCredentialStore
を通じてアクセスします。認証情報検証デバイスおよび認証機関(IA)との通信に使用されるメッセージ形式とセマンティクスの仕様は、この HAL のスコープから可能な限り除外されています。この HAL はセキュア ストレージにインターフェースを提供しますが、特定の認証情報タイプに適した提示と検証のプロトコルとプロセスを実装するには、その認証情報に固有の Android アプリが必要です。
実装手順と VTS テストについては、次をご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],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)"]]