Home
last modified time | relevance | path

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

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreService.aidl40 …keystore2.KeyDescriptor key, in @nullable byte[] publicCert, in @nullable byte[] certificateChain); in updateSubcomponent()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl40 …keystore2.KeyDescriptor key, in @nullable byte[] publicCert, in @nullable byte[] certificateChain); in updateSubcomponent()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreService.aidl40 …keystore2.KeyDescriptor key, in @nullable byte[] publicCert, in @nullable byte[] certificateChain); in updateSubcomponent()
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl109 in @nullable byte[] certificateChain); in updateSubcomponent()
/system/security/identity/
DWritableCredential.cpp67 vector<Certificate> certificateChain; in ensureAttestationCertificateExists() local
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java430 @Nullable Collection<X509Certificate> certificateChain) in coseSign1Sign()