Home
last modified time | relevance | path

Searched refs:getCaCertificates (Results 1 – 15 of 15) 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.java652 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/
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.java215 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
DPasspointManager.java413 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/config/
Dboot-image-profile.txt10887 HPLandroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
Dhiddenapi-greylist-max-o.txt61254 Landroid/security/IKeyChainService$Stub$Proxy;->getCaCertificates(Ljava/lang/String;)[B
61298 Landroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
/frameworks/base/non-updatable-api/
Dcurrent.txt29987 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();
/frameworks/base/api/
Dcurrent.txt30131 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();