Home
last modified time | relevance | path

Searched defs:clientKey (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java127 PrivateKey clientKey = FakeKeys.RSA_KEY1; in testSetClientKeyEntryWithNull() local
147 PrivateKey clientKey = FakeKeys.RSA_KEY1; in testSetClientCertificateChain() local
177 PrivateKey clientKey = FakeKeys.RSA_KEY1; in isClientCertificateChainInvalid() local
431 PrivateKey clientKey = FakeKeys.RSA_KEY1; in parcelConfigWithKeyAndCerts() local
492 PrivateKey clientKey = FakeKeys.RSA_KEY1; in testIsAppInstalledDeviceKeyAndCert() local
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java205 Pair<PrivateKey, List<X509Certificate>> clientKey = parsePkcs12(pkcs12Data); in createPasspointConfig() local
471 PrivateKey clientKey = (PrivateKey) ks.getKey(alias, null); in parsePkcs12() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java357 PrivateKey clientKey = mConfig.getCredential().getClientPrivateKey(); in installCertsAndKeys() local