デジタル認証情報の直接受け取り
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ISO 18013-5 で定義されている身分証明書を確認するためのリーダーを作成または取得する
ウォレットの身分証明書は、モバイル運転免許証の ISO 18013-5 標準に従って実装されます。データ転送メカニズムとして BLE とともに NFC ベースまたは QR コードのエンゲージメントを使用しているため、標準のこのような機能を実装できるデバイスであればリーダーとして使用できます。モバイル アプリケーションをリーダーとして使用することもできます。標準が公開されているため、複数のサードパーティによる実装が市販されています。必要に応じて、自組織で機能を直接実装することもできます。
この機能を自組織で実装する方法については、Google のオープンソース リファレンス リーダーである Android アプリをご覧ください。このアプリは ISO 標準を実装しており、Google ウォレットのモバイル運転免許証を確認できます。
最初に、次の方法でリファレンス リーダー アプリをビルドして実行します。
- リファレンス アプリのリポジトリのクローンを作成します。
- Android Studio でプロジェクトを開きます。
appverifier
ターゲットをビルドし、Android デバイスまたはエミュレータで実行します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# In-person Acceptance of Digital Credentials\n\nBuild or acquire a reader to accept IDs as defined by ISO 18013-5\n-----------------------------------------------------------------\n\nIDs in Wallet are implemented according to the\n[ISO 18013-5](https://www.iso.org/standard/69084.html)\nstandard for mobile drivers licenses.\nThey use NFC-based or QR code engagement along with BLE as the data\ntransfer mechanism - so any device which can implement those aspects\nof the standard can act as a reader, even a mobile application.\nAs the standard is open there are several 3rd party implementations available\non the market. As well, you can implement the functionality\ndirectly if needed.\n\nFor guidance on how to implement the functionality yourself,\nsee our open source reference reader Android\n[app](https://github.com/google/identity-credential/#reference-applications),\nwhich implements the ISO standard and can accept mDLs from Google Wallet.\n\nYou can get started by building and running the reference reader app:\n\n- Clone the reference apps [repository](https://github.com/google/identity-credential)\n- Open the project on [Android Studio](https://developer.android.com/studio)\n- Build and run the `appverifier` target on your Android device or emulator."]]