ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
ข้อมูลประจำตัว
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
API ข้อมูลเข้าสู่ระบบของข้อมูลระบุตัวตนมีอินเทอร์เฟซสำหรับที่เก็บข้อมูลที่ปลอดภัยสำหรับเอกสารระบุตัวตนของผู้ใช้ API เหล่านี้จะสื่อสารกับcredstore
บริการของระบบ ซึ่งจะใช้ HAL ข้อมูลเข้าสู่ระบบเพื่อสื่อสารกับฮาร์ดแวร์ที่มีความปลอดภัย
HAL ของข้อมูลเข้าสู่ระบบของผู้ใช้เข้าถึงได้ผ่าน IIdentityCredentialStore
ซึ่งให้บริการอินเทอร์เฟซกับที่เก็บข้อมูลที่ปลอดภัยสำหรับเอกสารระบุตัวตนของผู้ใช้ ข้อมูลจำเพาะเกี่ยวกับรูปแบบข้อความและความหมายของการสื่อสารกับอุปกรณ์ยืนยันข้อมูลเข้าสู่ระบบและผู้ออกใบรับรอง (IA) อยู่นอกขอบเขตของ 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)"]]