हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
आइडेंटिटी क्रेडेंशियल
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पहचान की पुष्टि करने वाले दस्तावेज़ से जुड़े एपीआई, उपयोगकर्ता की पहचान की पुष्टि करने वाले दस्तावेज़ों को सुरक्षित स्टोर करने के लिए इंटरफ़ेस उपलब्ध कराते हैं. ये एपीआई,
credstore
सिस्टम सेवा के साथ इंटरैक्ट करते हैं. यह सेवा, सुरक्षित हार्डवेयर के साथ इंटरैक्ट करने के लिए, आइडेंटिटी
क्रेडेंशियल एचएएल का इस्तेमाल करती है.
पहचान की पुष्टि करने वाले क्रेडेंशियल के एचएएल को IIdentityCredentialStore
के ज़रिए ऐक्सेस किया जाता है. यह उपयोगकर्ता की पहचान की पुष्टि करने वाले दस्तावेज़ों के लिए, सुरक्षित स्टोर का इंटरफ़ेस उपलब्ध कराता है. इस एचएएल के दायरे में, क्रेडेंशियल की पुष्टि करने वाले डिवाइसों और सर्टिफ़िकेट जारी करने वाली संस्थाओं (आईए) के साथ मैसेज के फ़ॉर्मैट और कम्यूनिकेशन के सेमेटिक्स की जानकारी शामिल नहीं है. यह इंटरफ़ेस, सुरक्षित स्टोरेज की सुविधा देता है. हालांकि, क्रेडेंशियल के हिसाब से बने Android ऐप्लिकेशन को, क्रेडेंशियल के टाइप के हिसाब से, प्रज़ेंटेशन और पुष्टि करने के प्रोटोकॉल और प्रोसेस लागू करने की ज़रूरत होती है.
लागू करने के निर्देश और वीटीएस टेस्ट की जानकारी यहां मिल सकती है:
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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)"]]