Home
last modified time | relevance | path

Searched defs:rootAlias (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java479 public Long getRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertSerial()
494 public long setRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertSerial()
511 public CertPath getRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertPath()
538 public long setRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertPath()
711 public long setActiveRootOfTrust(int userId, int uid, @Nullable String rootAlias) { in setActiveRootOfTrust()
1081 private byte[] getBytes(int userId, int uid, String rootAlias, String key) { in getBytes()
1140 private long setBytes(int userId, int uid, String rootAlias, String key, byte[] value) { in setBytes()
1167 private Long getLong(int userId, int uid, String rootAlias, String key) { in getLong()
1227 private long setLong(int userId, int uid, String rootAlias, String key, long value) { in setLong()
1318 private void ensureRootOfTrustEntryExists(int userId, int uid, String rootAlias) { in ensureRootOfTrustEntryExists()
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl56 List<String> getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem); in getCaCertificateChainAliases()