Home
last modified time | relevance | path

Searched defs:docType (Results 1 – 6 of 6) sorted by relevance

/system/security/identity/util/src/java/com/android/security/identity/internal/
DIso18013.java87 public static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor()
229 @Nullable String docType) { in createItemsRequest()
DUtil.java931 public static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor()
1266 @Nullable String docType) { in createItemsRequest()
/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl48 in @utf8InCpp String docType); in createCredential()
/system/security/identity/
DCredentialStore.cpp85 const std::string& docType, in createCredential()
DWritableCredential.cpp42 const string& docType, bool isUpdate, in WritableCredential()
DCredential.cpp902 optional<string> docType = extractDocType(data->getCredentialData()); in update() local