Home
last modified time | relevance | path

Searched refs:getCaCertificates (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java92 when(mWifiEnterpriseConfig.getCaCertificates()) in setUp()
268 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigureSuiteBRsa3072()
296 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigureSuiteBEcdsa()
320 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigureSuiteBRsa3072UserAndTofu()
355 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigurationFailureSuiteB()
381 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigurationFailureSuiteBNon3072Rsa()
408 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigurationFailureSuiteB2048Rsa()
434 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigurationFailureSuiteBNon3072RsaInList()
465 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigurationFailureSuiteBRsaAndEcdsaInList()
498 when(mWifiEnterpriseConfig.getCaCertificates()) in testConfigureFailureSuiteBEcdsa256()
[all …]
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java157 assertThat(mKeyChainService.getCaCertificates(ALIAS_IMPORTED)).isNull(); in testInstallAndRemoveKeyPair()
170 assertThat(mKeyChainService.getCaCertificates(ALIAS_IMPORTED)).isNotNull(); in testInstallAndRemoveKeyPair()
176 assertThat(mKeyChainService.getCaCertificates(ALIAS_IMPORTED)).isNotNull(); in testInstallAndRemoveKeyPair()
312 assertThat(mKeyChainService.getCaCertificates(ALIAS_GENERATED)).isEqualTo(certChain); in testSetKeyPairCertificate()
319 assertThat(mKeyChainService.getCaCertificates(ALIAS_GENERATED)).isNull(); in testSetKeyPairCertificate()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java77 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
83 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
86 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
101 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testSetGetMultipleCaCertificates()
114 assertEquals(null, mEnterpriseConfig.getCaCertificates()); in testSetGetInvalidNumberOfCaCertificates()
443 X509Certificate[] actualCaCerts = mEnterpriseConfig.getCaCertificates(); in parcelConfigWithKeyAndCerts()
538 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testIsAppInstalledCaCerts()
/packages/apps/KeyChain/robotests/src/com/android/keychain/
DKeyChainServiceRoboTest.java255 byte[] certificate = mKeyChain.getCaCertificates(NON_EXISTING_ALIAS); in testGetCaCertificatesReturnsNullForNonExistingAlias()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java112 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
DWifiConfigurationUtil.java332 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
333 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java410 } else if (ArrayUtils.isEmpty(credential.getCaCertificates())) { in verifyWifiConfigWithTestData()
439 } else if (!ArrayUtils.isEmpty(credential.getCaCertificates())) { in verifyWifiConfigWithTestData()
548 assertTrue(curConfig.getCredential().getCaCertificates() == null); in installCertsAndKeysSuccess()
597 assertTrue(curConfig.getCredential().getCaCertificates() != null); in installCertsAndKeysFailure()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1020 if (getCaCertificates() != null) return true; in hasCaCertificate()
1172 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java916 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java337 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
DPasspointManager.java526 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java275 @Override public byte[] getCaCertificates(String alias) {
/packages/modules/Wifi/framework/api/
Dcurrent.txt299 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();