Home
last modified time | relevance | path

Searched refs:TrustedRootCertificates (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DTestOnlyInsecureCertificateHelperTest.java5 import android.security.keystore.recovery.TrustedRootCertificates;
39 TrustedRootCertificates.INSECURE_PASSWORD_PREFIX.getBytes())).isTrue(); in testDoesCredentailSupportInsecureMode_forWhitelistedPassword()
50 TrustedRootCertificates.INSECURE_PASSWORD_PREFIX.getBytes())).isFalse(); in testDoesCredentailSupportInsecureMode_Pattern()
53 TrustedRootCertificates.INSECURE_PASSWORD_PREFIX.getBytes())).isFalse(); in testDoesCredentailSupportInsecureMode_Pattern()
59 TrustedRootCertificates.GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_ALIAS)).isFalse(); in testIsTestOnlyCertificate()
61 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS)).isTrue(); in testIsTestOnlyCertificate()
96 String alias = TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX; in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey()
111 String alias = "SECURE_ALIAS" + TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX; in testKeepOnlyWhitelistedInsecureKeys()
114 alias = TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX + "1"; in testKeepOnlyWhitelistedInsecureKeys()
118 alias = TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX + "2"; in testKeepOnlyWhitelistedInsecureKeys()
[all …]
H A DRecoverableKeyStoreManagerTest.java53 import android.security.keystore.recovery.TrustedRootCertificates;
100 TrustedRootCertificates.GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_ALIAS;
102 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS;
525 String testRootCertAlias = TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS; in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
550 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
556 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS)).isEqualTo(2222L); in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
561 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS)).isEqualTo( in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
H A DKeySyncTaskTest.java50 import android.security.keystore.recovery.TrustedRootCertificates;
274 String password = TrustedRootCertificates.INSECURE_PASSWORD_PREFIX + ""; // The shortest in run_useScryptToHashPasswordInTestMode()
275 String appKeyAlias = TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX + "alias"; in run_useScryptToHashPasswordInTestMode()
291 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS); in run_useScryptToHashPasswordInTestMode()
294 TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS, in run_useScryptToHashPasswordInTestMode()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DTestOnlyInsecureCertificateHelper.java25 import android.security.keystore.recovery.TrustedRootCertificates;
58 return TrustedRootCertificates.getTestOnlyInsecureCertificate(); in getRootCertificate()
62 TrustedRootCertificates.getRootCertificate(rootCertificateAlias); in getRootCertificate()
75 rootCertificateAlias = TrustedRootCertificates.GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_ALIAS; in getDefaultCertificateAliasIfEmpty()
81 return TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS in isTestOnlyCertificateAlias()
86 return TrustedRootCertificates.getRootCertificates().containsKey(rootCertificateAlias) in isValidRootCertificateAlias()
105 TrustedRootCertificates.INSECURE_PASSWORD_PREFIX.getBytes(); in doesCredentialSupportInsecureMode()
126 && alias.startsWith(TrustedRootCertificates.INSECURE_KEY_ALIAS_PREFIX)) { in keepOnlyWhitelistedInsecureKeys()
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DTrustedRootCertificates.java36 public final class TrustedRootCertificates { class
182 private TrustedRootCertificates() {} in TrustedRootCertificates() method in TrustedRootCertificates
H A DRecoveryController.java767 return TrustedRootCertificates.getRootCertificates(); in getRootCertificates()
/aosp12/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DTrustedRootCertificatesTest.java19 import static android.security.keystore.recovery.TrustedRootCertificates.getRootCertificates;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51653 Landroid/security/keystore/recovery/TrustedRootCertificates;-><init>()V
51654 Landroid/security/keystore/recovery/TrustedRootCertificates;->ALL_ROOT_CERTIFICATES:Landroid/util/A…
51655 Landroid/security/keystore/recovery/TrustedRootCertificates;->constructRootCertificateMap()Landroid…
51657 Landroid/security/keystore/recovery/TrustedRootCertificates;->getRootCertificates()Ljava/util/Map;
51659 Landroid/security/keystore/recovery/TrustedRootCertificates;->GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_ALI…
51660 Landroid/security/keystore/recovery/TrustedRootCertificates;->GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_BAS…
51662 Landroid/security/keystore/recovery/TrustedRootCertificates;->INSECURE_KEY_ALIAS_PREFIX:Ljava/lang/…
51663 Landroid/security/keystore/recovery/TrustedRootCertificates;->INSECURE_PASSWORD_PREFIX:Ljava/lang/S…
51664 Landroid/security/keystore/recovery/TrustedRootCertificates;->NUMBER_OF_ROOT_CERTIFICATES:I
51666 Landroid/security/keystore/recovery/TrustedRootCertificates;->TEST_ONLY_INSECURE_CERTIFICATE_ALIAS:…
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6129 android.security.keystore.recovery.TrustedRootCertificates
H A Dboot-image-profile.txt29521 Landroid/security/keystore/recovery/TrustedRootCertificates;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6127 android.security.keystore.recovery.TrustedRootCertificates
H A Dboot-image-profile.txt39158 Landroid/security/keystore/recovery/TrustedRootCertificates;