Searched refs:rootAlias (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverableKeyStoreDb.java | 398 public Long getRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertSerial() argument 399 return getLong(userId, uid, rootAlias, in getRecoveryServiceCertSerial() 414 public long setRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertSerial() argument 416 return setLong(userId, uid, rootAlias, RecoveryServiceMetadataEntry.COLUMN_NAME_CERT_SERIAL, in setRecoveryServiceCertSerial() 431 public CertPath getRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertPath() argument 432 byte[] bytes = getBytes(userId, uid, rootAlias, in getRecoveryServiceCertPath() 459 public long setRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertPath() argument 464 return setBytes(userId, uid, rootAlias, RecoveryServiceMetadataEntry.COLUMN_NAME_CERT_PATH, in setRecoveryServiceCertPath() 632 public long setActiveRootOfTrust(int userId, int uid, @Nullable String rootAlias) { in setActiveRootOfTrust() argument 635 values.put(RecoveryServiceMetadataEntry.COLUMN_NAME_ACTIVE_ROOT_OF_TRUST, rootAlias); in setActiveRootOfTrust() [all …]
|
/frameworks/base/keystore/java/android/security/ |
D | IKeyChainService.aidl | 55 List<String> getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem); in getCaCertificateChainAliases() argument
|