Searched refs:docType (Results 1 – 8 of 8) sorted by relevance
/system/security/identity/util/src/java/com/android/security/identity/internal/ |
D | Iso18013.java | 87 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()
|
D | Util.java | 931 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/ |
D | CredentialStore.cpp | 86 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()
|
D | WritableCredential.h | 41 WritableCredential(const string& dataPath, const string& credentialName, const string& docType,
|
D | CredentialStore.h | 59 Status createCredential(const string& credentialName, const string& docType,
|
D | WritableCredential.cpp | 42 const string& docType, bool isUpdate, in WritableCredential() argument 45 : dataPath_(dataPath), credentialName_(credentialName), docType_(docType), isUpdate_(isUpdate), in WritableCredential()
|
D | Credential.cpp | 902 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/ |
D | ICredentialStore.aidl | 48 in @utf8InCpp String docType); in createCredential() argument
|