Searched refs:installCertificate (Results 1 – 4 of 4) sorted by relevance
511 store.installCertificate(null); in assertEmpty()579 store.installCertificate(getCa2()); in testOneSystemOneUserOneDeleted()588 store.installCertificate(getCa3WithCa1Subject()); in testOneSystemOneUserOneDeletedSameSubject()661 store.installCertificate(ca1); in testIsTrustAnchorWithReissuedgetCa()669 store.installCertificate(getCa1()); in testInstallEmpty()674 store.installCertificate(getCa1()); in testInstallEmpty()685 store.installCertificate(getCa1()); in testInstallEmptySystemExists()698 store.installCertificate(getCa1()); in testInstallEmptyDeletedSystemExists()710 store.installCertificate(getCa1()); in testDeleteUser()
113 public void installCertificate(@RpcParameter(name = "vpnProfile") JSONObject vpnProfile, in installCertificate() method in VpnFacade118 mCertHelper.installCertificate(profile, certFile, password); in installCertificate()
171 public void installCertificate(VpnProfile profile, String certFile, String password) { in installCertificate() method in CertInstallerHelper
572 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in TrustedCertificateStore