Searched refs:x509Certificates (Results 1 – 6 of 6) sorted by relevance
337 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys() local338 if (x509Certificates != null) { in installCertsAndKeys()340 for (int i = 0; i < x509Certificates.length; i++) { in installCertsAndKeys()342 if (!mKeyStore.putCaCertInKeyStore(alias, x509Certificates[i])) { in installCertsAndKeys()
526 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider() local527 if (x509Certificates == null) { in addOrUpdateProvider()531 for (X509Certificate certificate : x509Certificates) { in addOrUpdateProvider()
418 X509Certificate[] x509Certificates = Arrays.stream(certChain) in verifyCertificateChain() local422 assertThat(X509Utils.isCertChainValid(x509Certificates)).isTrue(); in verifyCertificateChain()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
3960 X509Certificate[] x509Certificates = null; in addOrUpdateNetworkInternal() local3962 x509Certificates = in addOrUpdateNetworkInternal()3965 passpointConfig.getCredential().setCaCertificates(x509Certificates); in addOrUpdateNetworkInternal()