Home
last modified time | relevance | path

Searched refs:getCaCertificates (Results 1 – 9 of 9) 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()
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl32 byte[] getCaCertificates(String alias); in getCaCertificates() method
DKeyChain.java582 certChainBytes = keyChainService.getCaCertificates(alias); in getCertificateChain()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java207 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
208 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
DWifiKeyStore.java113 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java713 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
/frameworks/base/config/
Dboot-image-profile.txt4010 HPLandroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
4778 HPLandroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
Dhiddenapi-public-dex.txt26944 Landroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
/frameworks/base/api/
Dcurrent.txt28062 method public java.security.cert.X509Certificate[] getCaCertificates();