Home
last modified time | relevance | path

Searched defs:getAuthKeysNeedingCertification (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java331 public @NonNull abstract Collection<X509Certificate> getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method in IdentityCredential
H A DCredstoreIdentityCredential.java373 public @NonNull Collection<X509Certificate> getAuthKeysNeedingCertification() { in getAuthKeysNeedingCertification() method in CredstoreIdentityCredential
/aosp12/system/security/identity/binder/android/security/identity/
H A DICredential.aidl63 AuthKeyParcel[] getAuthKeysNeedingCertification(); in getAuthKeysNeedingCertification() method
/aosp12/system/security/identity/
H A DCredential.cpp627 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification() function in android::security::identity::Credential
H A DCredentialData.cpp564 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() function in android::security::identity::CredentialData