Searched refs:getCaCertificates (Results 1 – 13 of 13) sorted by relevance
92 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 …]
157 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()
77 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()
255 byte[] certificate = mKeyChain.getCaCertificates(NON_EXISTING_ALIAS); in testGetCaCertificatesReturnsNullForNonExistingAlias()
112 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
332 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()333 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
410 } 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()
1020 if (getCaCertificates() != null) return true; in hasCaCertificate()1172 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
916 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
337 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
526 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
275 @Override public byte[] getCaCertificates(String alias) {
299 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();