OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installCertificate
(Results
1 - 7
of
7
) 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) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyChainTestActivity.java
131
boolean installResult =
installCertificate
(mCert, true);
150
protected boolean
installCertificate
(X509Certificate cert, boolean isUserVisible) {
281
if (
installCertificate
(mCert, false)) {
/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
...]
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
TrustedCertificateStoreTest.java
515
store.
installCertificate
(null);
583
store.
installCertificate
(getCa2());
592
store.
installCertificate
(getCa3WithCa1Subject());
665
store.
installCertificate
(ca1);
673
store.
installCertificate
(getCa1());
678
store.
installCertificate
(getCa1());
689
store.
installCertificate
(getCa1());
702
store.
installCertificate
(getCa1());
714
store.
installCertificate
(getCa1());
[
all
...]
/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 {
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
TrustedCertificateStore.java
67
* <p>The KeyChainService users the {@link
installCertificate
} and
596
public void
installCertificate
(X509Certificate cert) throws IOException, CertificateException {
Completed in 819 milliseconds