Home
last modified time | relevance | path

Searched refs:installCertificate (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java511 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()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DVpnFacade.java113 public void installCertificate(@RpcParameter(name = "vpnProfile") JSONObject vpnProfile, in installCertificate() method in VpnFacade
118 mCertHelper.installCertificate(profile, certFile, password); in installCertificate()
DCertInstallerHelper.java171 public void installCertificate(VpnProfile profile, String certFile, String password) { in installCertificate() method in CertInstallerHelper
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java572 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in TrustedCertificateStore