HomeSort by relevance Sort by last modified time
    Searched defs:rawCert (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AdminActionBookkeepingTest.java 92 final byte[] rawCert = TEST_CA.getBytes();
94 .generateCertificate(new ByteArrayInputStream(rawCert));
100 assertTrue(mDevicePolicyManager.installCaCert(getWho(), rawCert));
108 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 189 final byte[] rawCert = TEST_CA.getBytes();
191 .generateCertificate(new ByteArrayInputStream(rawCert));
197 assertTrue(mDevicePolicyManager.installCaCert(getWho(), rawCert));
205 mDevicePolicyManager.uninstallCaCert(getWho(), rawCert);

Completed in 203 milliseconds