Home
last modified time | relevance | path

Searched refs:getCaCertificates (Results 1 – 14 of 14) 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/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java79 when(mWifiEnterpriseConfig.getCaCertificates()) in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java116 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
DWifiConfigurationUtil.java370 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
371 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java721 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java214 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
DPasspointManager.java370 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java887 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
/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/config/
Dboot-image-profile.txt10887 HPLandroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
Dhiddenapi-greylist-max-o.txt65537 Landroid/security/IKeyChainService$Stub$Proxy;->getCaCertificates(Ljava/lang/String;)[B
65583 Landroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
/frameworks/base/api/
Dcurrent.txt29702 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();