HomeSort by relevance Sort by last modified time
    Searched refs:installCertificate (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/net/src/android/net/http/cts/
X509TrustManagerExtensionsTest.java 72 tcs.installCertificate(cert);
  /external/conscrypt/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 409 store.installCertificate(null);
477 store.installCertificate(getCa2());
486 store.installCertificate(getCa3WithCa1Subject());
559 store.installCertificate(ca1);
567 store.installCertificate(getCa1());
572 store.installCertificate(getCa1());
583 store.installCertificate(getCa1());
596 store.installCertificate(getCa1());
608 store.installCertificate(getCa1());
TrustManagerImplTest.java 212 tcs.installCertificate(caUserStore);
  /packages/apps/Settings/tests/src/com/android/settings/vpn2/
CertInstallerHelper.java 172 public void installCertificate(VpnProfile profile, String certFile, String password) {
VpnTests.java 324 mCertHelper.installCertificate(profile, fileName, password);
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateStore.java 65 * <p>The KeyChainService users the {@link installCertificate} and
509 public void installCertificate(X509Certificate cert) throws IOException, CertificateException {
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 142 mTrustedCertificateStore.installCertificate(parseCertificate(caCertificate));

Completed in 3447 milliseconds