Searched refs:caCertificate (Results 1 – 3 of 3) sorted by relevance
56 assertUninstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()57 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()59 assertTrue(mDevicePolicyManager.installCaCert(mAdmin, FAKE_RSA_1.caCertificate)); in testCanInstallAndUninstallACaCert()60 assertInstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()61 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()63 mDevicePolicyManager.uninstallCaCert(mAdmin, FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()64 assertUninstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()65 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()73 assertTrue(mDevicePolicyManager.installCaCert(mAdmin, FAKE_RSA_1.caCertificate)); in testUninstallationIsSelective()74 assertTrue(mDevicePolicyManager.installCaCert(mAdmin, FAKE_DSA_1.caCertificate)); in testUninstallationIsSelective()[all …]
115 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testCanInstallAndRemoveValidRsaKeypair()139 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testCanInstallWithAutomaticAccess()204 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testGrantsDoNotPersistBetweenInstallations()231 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testNullKeyParamsFailPredictably()247 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testNullAdminComponentIsDenied()258 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testNotUserSelectableAliasCanBeChosenViaPolicy()
151 public static final byte[] caCertificate = { field in FakeKeys.FAKE_RSA_1357 public static final byte[] caCertificate = new byte[] { field in FakeKeys.FAKE_DSA_1