Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCaCertManagementTest.java56 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 …]
DKeyManagementTest.java115 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()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
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