Home
last modified time | relevance | path

Searched refs:installCertificate (Results 1 – 7 of 7) 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/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
DTrustedCertificateStoreTest.java515 store.installCertificate(null); in assertEmpty()
583 store.installCertificate(getCa2()); in testOneSystemOneUserOneDeleted()
592 store.installCertificate(getCa3WithCa1Subject()); in testOneSystemOneUserOneDeletedSameSubject()
665 store.installCertificate(ca1); in testIsTrustAnchorWithReissuedgetCa()
673 store.installCertificate(getCa1()); in testInstallEmpty()
678 store.installCertificate(getCa1()); in testInstallEmpty()
689 store.installCertificate(getCa1()); in testInstallEmptySystemExists()
702 store.installCertificate(getCa1()); in testInstallEmptyDeletedSystemExists()
714 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/srcgen/
Dcore-platform-api.txt33 method:com.android.org.conscrypt.TrustedCertificateStore#installCertificate(X509Certificate)
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java572 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in TrustedCertificateStore
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DTrustedCertificateStore.java596 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in TrustedCertificateStore