Home
last modified time | relevance | path

Searched refs:docType (Results 1 – 8 of 8) sorted by relevance

/system/security/identity/util/src/java/com/android/security/identity/internal/
DIso18013.java87 public static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor() argument
102 .add(docType) in buildDeviceAuthenticationCbor()
229 @Nullable String docType) { in createItemsRequest() argument
232 if (docType != null) { in createItemsRequest()
233 mapBuilder.put("docType", docType); in createItemsRequest()
DUtil.java931 public static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor() argument
946 .add(docType) in buildDeviceAuthenticationCbor()
1266 @Nullable String docType) { in createItemsRequest() argument
1269 if (docType != null) { in createItemsRequest()
1270 mapBuilder.put("docType", docType); in createItemsRequest()
/system/security/identity/
DCredentialStore.cpp86 const std::string& docType, in createCredential() argument
102 docType) == hwInfo_.supportedDocTypes.end()) { in createCredential()
109 Status status = hal_->createCredential(docType, false, &halWritableCredential); in createCredential()
124 dataPath_, credentialName, docType, false, hwInfo_, halWritableCredential); in createCredential()
DWritableCredential.h41 WritableCredential(const string& dataPath, const string& credentialName, const string& docType,
DCredentialStore.h59 Status createCredential(const string& credentialName, const string& docType,
DWritableCredential.cpp42 const string& docType, bool isUpdate, in WritableCredential() argument
45 : dataPath_(dataPath), credentialName_(credentialName), docType_(docType), isUpdate_(isUpdate), in WritableCredential()
DCredential.cpp902 optional<string> docType = extractDocType(data->getCredentialData()); in update() local
903 if (!docType) { in update()
915 dataPath_, credentialName_, docType.value(), true, hwInfo_, halWritableCredential); in update()
/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl48 in @utf8InCpp String docType); in createCredential() argument