Searched refs:getCaCertificates (Results 1 – 14 of 14) sorted by relevance
61 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()67 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()70 assertNull(mEnterpriseConfig.getCaCertificates()); in testGetEmptyCaCertificate()85 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testSetGetMultipleCaCertificates()386 X509Certificate[] actualCaCerts = mEnterpriseConfig.getCaCertificates(); in parcelConfigWithKeyAndCerts()481 X509Certificate[] result = mEnterpriseConfig.getCaCertificates(); in testIsAppInstalledCaCerts()
33 byte[] getCaCertificates(String alias); in getCaCertificates() method
642 certChainBytes = keyChainService.getCaCertificates(alias); in getCertificateChain()
79 when(mWifiEnterpriseConfig.getCaCertificates()) in setUp()
116 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
370 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()371 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
721 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
214 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
370 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
887 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
293 assertTrue(curConfig.getCredential().getCaCertificates() == null); in installCertsAndKeysSuccess()344 assertTrue(curConfig.getCredential().getCaCertificates() != null); in installCertsAndKeysFailure()
10887 HPLandroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
65537 Landroid/security/IKeyChainService$Stub$Proxy;->getCaCertificates(Ljava/lang/String;)[B65583 Landroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
29702 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();