Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java61 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
67 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
70 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()
85 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testSetGetMultipleCaCertificates()
386 X509Certificate[] actualCaCerts = mEnterpriseConfig.getCaCertificates(); in parcelConfigWithKeyAndCerts()
481 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testIsAppInstalledCaCerts()
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl33 byte[] getCaCertificates(String alias); in getCaCertificates() method
DKeyChain.java642 certChainBytes = keyChainService.getCaCertificates(alias); in getCertificateChain()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java262 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
263 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
DWifiKeyStore.java116 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java721 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java887 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java214 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
DPasspointManager.java409 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java293 assertTrue(curConfig.getCredential().getCaCertificates() == null); in installCertsAndKeysSuccess()
344 assertTrue(curConfig.getCredential().getCaCertificates() != null); in installCertsAndKeysFailure()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...