Searched defs:clientChain (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java97 List<X509Certificate> clientChain = null;
143 clientChain = new ArrayList<>();
149 clientChain.add((X509Certificate) certificate);
151 Log.d(TAG, "Chain: " + clientChain.size());
164 return buildConfig(moText, caCert, clientChain, clientKey, context);
168 List<X509Certificate> clientChain, PrivateKey key,
180 if (key != null || clientChain != null) {
186 config = buildTLSConfig(homeSP, clientChain, key);
191 if (key != null || clientChain != null || caCert != null) {
261 List<X509Certificate> clientChain,
167 buildConfig(String text, X509Certificate caCert, List<X509Certificate> clientChain, PrivateKey key, Context context) argument
260 buildTLSConfig(HomeSP homeSP, List<X509Certificate> clientChain, PrivateKey clientKey) argument
[all...]

Completed in 429 milliseconds