Searched refs:getCaCertificates (Results 1 – 15 of 15) 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
652 certChainBytes = keyChainService.getCaCertificates(alias); in getCertificateChain()
79 when(mWifiEnterpriseConfig.getCaCertificates()) in setUp()
262 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()263 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
116 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
721 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
887 public X509Certificate[] getCaCertificates() { in getCaCertificates() method in Credential
215 X509Certificate[] x509Certificates = mConfig.getCredential().getCaCertificates(); in installCertsAndKeys()
413 X509Certificate[] x509Certificates = config.getCredential().getCaCertificates(); in addOrUpdateProvider()
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;
61254 Landroid/security/IKeyChainService$Stub$Proxy;->getCaCertificates(Ljava/lang/String;)[B61298 Landroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
29987 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();
30131 method @Nullable public java.security.cert.X509Certificate[] getCaCertificates();