Searched refs:rootAlias (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDb.java | 591 return setBytes(userId, uid, rootAlias, RootOfTrustEntry.COLUMN_NAME_CERT_PATH, in setRecoveryServiceCertPath() 1129 private byte[] getBytes(int userId, int uid, String rootAlias, String key) { in getBytes() argument 1130 rootAlias = mTestOnlyInsecureCertificateHelper.getDefaultCertificateAliasIfEmpty(rootAlias); in getBytes() 1189 rootAlias = mTestOnlyInsecureCertificateHelper.getDefaultCertificateAliasIfEmpty(rootAlias); in setBytes() 1199 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setBytes() 1215 private Long getLong(int userId, int uid, String rootAlias, String key) { in getLong() argument 1216 rootAlias = mTestOnlyInsecureCertificateHelper.getDefaultCertificateAliasIfEmpty(rootAlias); in getLong() 1276 rootAlias = mTestOnlyInsecureCertificateHelper.getDefaultCertificateAliasIfEmpty(rootAlias); in setLong() 1286 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setLong() 1366 private void ensureRootOfTrustEntryExists(int userId, int uid, String rootAlias) { in ensureRootOfTrustEntryExists() argument [all …]
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | IKeyChainService.aidl | 59 List<String> getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem); in getCaCertificateChainAliases() argument
|