Searched refs:x509Certificates (Results 1 – 3 of 3) sorted by relevance
214 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys() local215 if (x509Certificates != null) { in installCertsAndKeys()217 for (int i = 0; i < x509Certificates.length; i++) { in installCertsAndKeys()220 x509Certificates[i])) { in installCertsAndKeys()
409 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider() local410 if (config.getUpdateIdentifier() == Integer.MIN_VALUE && x509Certificates != null) { in addOrUpdateProvider()412 for (X509Certificate certificate : x509Certificates) { in addOrUpdateProvider()
2044 X509Certificate[] x509Certificates = null; in addOrUpdateNetwork() local2046 x509Certificates = in addOrUpdateNetwork()2049 passpointConfig.getCredential().setCaCertificates(x509Certificates); in addOrUpdateNetwork()