Home
last modified time | relevance | path

Searched refs:caCertificate (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCaCertManagementTest.java54 assertUninstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
55 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
57 assertTrue(mDevicePolicyManager.installCaCert(getWho(), FAKE_RSA_1.caCertificate)); in testCanInstallAndUninstallACaCert()
58 assertInstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
59 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
61 mDevicePolicyManager.uninstallCaCert(getWho(), FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
62 assertUninstalled(FAKE_RSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
63 assertUninstalled(FAKE_DSA_1.caCertificate); in testCanInstallAndUninstallACaCert()
71 assertTrue(mDevicePolicyManager.installCaCert(getWho(), FAKE_RSA_1.caCertificate)); in testUninstallationIsSelective()
72 assertTrue(mDevicePolicyManager.installCaCert(getWho(), FAKE_DSA_1.caCertificate)); in testUninstallationIsSelective()
[all …]
DFakeKeys.java151 public static final byte[] caCertificate = { field in FakeKeys.FAKE_RSA_1
357 public static final byte[] caCertificate = new byte[] { field in FakeKeys.FAKE_DSA_1
DKeyManagementTest.java89 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testCanInstallAndRemoveValidRsaKeypair()
113 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testCanInstallWithAutomaticAccess()
172 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testGrantsDoNotPersistBetweenInstallations()
199 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testNullKeyParamsFailPredictably()
215 final Certificate cert = getCertificate(FAKE_RSA_1.caCertificate); in testNullAdminComponentIsDenied()