Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
DTrustedCertificateStoreTest.java516 store.installCertificate(null); in assertEmpty()
584 store.installCertificate(getCa2()); in testOneSystemOneUserOneDeleted()
593 store.installCertificate(getCa3WithCa1Subject()); in testOneSystemOneUserOneDeletedSameSubject()
666 store.installCertificate(ca1); in testIsTrustAnchorWithReissuedgetCa()
674 store.installCertificate(getCa1()); in testInstallEmpty()
679 store.installCertificate(getCa1()); in testInstallEmpty()
690 store.installCertificate(getCa1()); in testInstallEmptySystemExists()
703 store.installCertificate(getCa1()); in testInstallEmptyDeletedSystemExists()
715 store.installCertificate(getCa1()); in testDeleteUser()
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java512 store.installCertificate(null); in assertEmpty()
580 store.installCertificate(getCa2()); in testOneSystemOneUserOneDeleted()
589 store.installCertificate(getCa3WithCa1Subject()); in testOneSystemOneUserOneDeletedSameSubject()
662 store.installCertificate(ca1); in testIsTrustAnchorWithReissuedgetCa()
670 store.installCertificate(getCa1()); in testInstallEmpty()
675 store.installCertificate(getCa1()); in testInstallEmpty()
686 store.installCertificate(getCa1()); in testInstallEmptySystemExists()
699 store.installCertificate(getCa1()); in testInstallEmptyDeletedSystemExists()
711 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.java173 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/api/platform/
Dlast-api.txt92 …method public void installCertificate(java.security.cert.X509Certificate) throws java.security.cer…
Dcurrent.txt92 …method public void installCertificate(java.security.cert.X509Certificate) throws java.security.cer…
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java580 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.java604 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in TrustedCertificateStore