HomeSort by relevance Sort by last modified time
    Searched refs:rawCert (Results 1 - 3 of 3) 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);
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertImpl.java 457 byte[] rawCert = info.getEncodedInfo();
458 sigVerf.update(rawCert, 0, rawCert.length);
502 byte[] rawCert = info.getEncodedInfo();
503 sigVerf.update(rawCert, 0, rawCert.length);
588 byte[] rawCert = tmp.toByteArray();
594 sigEngine.update(rawCert, 0, rawCert.length);
    [all...]

Completed in 2418 milliseconds