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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 113 public void installCertificate(@RpcParameter(name = "vpnProfile") JSONObject vpnProfile,
118 mCertHelper.installCertificate(profile, certFile, password);
CertInstallerHelper.java 171 public void installCertificate(VpnProfile profile, String certFile, String password) {
  /external/conscrypt/platform/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 511 store.installCertificate(null);
579 store.installCertificate(getCa2());
588 store.installCertificate(getCa3WithCa1Subject());
661 store.installCertificate(ca1);
669 store.installCertificate(getCa1());
674 store.installCertificate(getCa1());
685 store.installCertificate(getCa1());
698 store.installCertificate(getCa1());
710 store.installCertificate(getCa1());
    [all...]
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
CertInstallerHelper.java 172 public void installCertificate(VpnProfile profile, String certFile, String password) {
VpnTests.java 343 mCertHelper.installCertificate(profile, fileName, password);
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
NetworkSecurityConfigTests.java 269 store.installCertificate(TEST_CA_CERT);
  /tools/test/connectivity/acts/tests/google/net/
LegacyVpnTest.py 112 self.dut.droid.installCertificate(vpn_profile,cert_name,self.cert_password)
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 139 mTrustedCertificateStore.installCertificate(cert);
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 66 * <p>The KeyChainService users the {@link installCertificate} and
572 public void installCertificate(X509Certificate cert) throws IOException, CertificateException {

Completed in 440 milliseconds