Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/postprocessor/
DIKeystoreCertificatePostProcessor.aidl37 CertificateChain processKeystoreCertificates(in CertificateChain certificateChain); in processKeystoreCertificates()
/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/2/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/3/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/4/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.aidl110 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/5/android/system/keystore2/
DIKeystoreService.aidl40 …keystore2.KeyDescriptor key, in @nullable byte[] publicCert, 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()