Home
last modified time | relevance | path

Searched refs:putCertInKeyStore (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java278 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME, FakeKeys.CA_CERT0)) in installCertsAndKeysSuccess()
280 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME_2, FakeKeys.CA_CERT1)) in installCertsAndKeysSuccess()
284 when(mKeyStore.putCertInKeyStore(CLIENT_CERTIFICATE_NAME, FakeKeys.CLIENT_CERT)) in installCertsAndKeysSuccess()
286 when(mKeyStore.putCertInKeyStore(REMEDIATION_CA_CERTIFICATE_NAME, FakeKeys.CA_CERT0)) in installCertsAndKeysSuccess()
329 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME, FakeKeys.CA_CERT0)) in installCertsAndKeysFailure()
331 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME_2, FakeKeys.CA_CERT1)) in installCertsAndKeysFailure()
335 when(mKeyStore.putCertInKeyStore(CLIENT_CERTIFICATE_NAME, FakeKeys.CLIENT_CERT)) in installCertsAndKeysFailure()
337 when(mKeyStore.putCertInKeyStore(REMEDIATION_CA_CERTIFICATE_NAME, FakeKeys.CA_CERT0)) in installCertsAndKeysFailure()
380 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME, FakeKeys.CA_CERT0)) in uninstallCertsAndKeys()
382 when(mKeyStore.putCertInKeyStore(CA_CERTIFICATE_NAME_2, FakeKeys.CA_CERT1)) in uninstallCertsAndKeys()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java130 ret = putCertInKeyStore(Credentials.CA_CERTIFICATE + alias, caCertificates[i]); in installKeys()
172 public boolean putCertInKeyStore(String name, Certificate cert) { in putCertInKeyStore() method in WifiKeyStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java220 if (!mKeyStore.putCertInKeyStore(Credentials.CA_CERTIFICATE + alias, in installCertsAndKeys()
254 if (!mKeyStore.putCertInKeyStore(certName, clientCert)) { in installCertsAndKeys()
272 if (!mKeyStore.putCertInKeyStore(certName, certificate)) { in installCertsAndKeys()