Home
last modified time | relevance | path

Searched refs:getClientCertificateChain (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java93 assertNull(mEnterpriseConfig.getClientCertificateChain()); in testSetClientKeyEntryWithNull()
96 assertNull(mEnterpriseConfig.getClientCertificateChain()); in testSetClientKeyEntryWithNull()
107 assertNull(mEnterpriseConfig.getClientCertificateChain()); in testSetClientKeyEntryWithNull()
112 assertNotNull(mEnterpriseConfig.getClientCertificateChain()); in testSetClientKeyEntryWithNull()
115 assertNull(mEnterpriseConfig.getClientCertificateChain()); in testSetClientKeyEntryWithNull()
125 X509Certificate[] result = mEnterpriseConfig.getClientCertificateChain(); in testSetClientCertificateChain()
440 X509Certificate[] result = mEnterpriseConfig.getClientCertificateChain(); in testIsAppInstalledDeviceKeyAndCert()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiKeyStoreTest.java77 when(mWifiEnterpriseConfig.getClientCertificateChain()) in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java91 Certificate[] clientCertificateChain = config.getClientCertificateChain(); in installKeys()
DWifiServiceImpl.java2098 config.enterpriseConfig.getClientCertificateChain()); in addOrUpdateNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java244 if (mConfig.getCredential().getClientCertificateChain() != null) { in installCertsAndKeys()
246 mConfig.getCredential().getClientCertificateChain(), in installCertsAndKeys()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java897 @Nullable public X509Certificate[] getClientCertificateChain() { in getClientCertificateChain() method in WifiEnterpriseConfig
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DCredential.java908 public X509Certificate[] getClientCertificateChain() { in getClientCertificateChain() method in Credential
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java295 assertTrue(curConfig.getCredential().getClientCertificateChain() == null); in installCertsAndKeysSuccess()
345 assertTrue(curConfig.getCredential().getClientCertificateChain() != null); in installCertsAndKeysFailure()
/frameworks/base/non-updatable-api/
Dcurrent.txt29989 method @Nullable public java.security.cert.X509Certificate[] getClientCertificateChain();
30434 method public java.security.cert.X509Certificate[] getClientCertificateChain();
/frameworks/base/api/
Dcurrent.txt30133 method @Nullable public java.security.cert.X509Certificate[] getClientCertificateChain();
30578 method public java.security.cert.X509Certificate[] getClientCertificateChain();