Searched refs:TrustedRootCertificates (Results 1 – 12 of 12) sorted by relevance
5 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 …]
53 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()
50 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()
25 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()
36 public final class TrustedRootCertificates { class182 private TrustedRootCertificates() {} in TrustedRootCertificates() method in TrustedRootCertificates
767 return TrustedRootCertificates.getRootCertificates(); in getRootCertificates()
19 import static android.security.keystore.recovery.TrustedRootCertificates.getRootCertificates;
51653 Landroid/security/keystore/recovery/TrustedRootCertificates;-><init>()V51654 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:I51666 Landroid/security/keystore/recovery/TrustedRootCertificates;->TEST_ONLY_INSECURE_CERTIFICATE_ALIAS:…[all …]
6129 android.security.keystore.recovery.TrustedRootCertificates
29521 Landroid/security/keystore/recovery/TrustedRootCertificates;
6127 android.security.keystore.recovery.TrustedRootCertificates
39158 Landroid/security/keystore/recovery/TrustedRootCertificates;