Searched refs:getCaCertificates (Results 1 – 9 of 9) 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()
32 byte[] getCaCertificates(String alias); in getCaCertificates() method
582 certChainBytes = keyChainService.getCaCertificates(alias); in getCertificateChain()
207 X509Certificate[] existingCaCerts = existingEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()208 X509Certificate[] newCaCerts = newEnterpriseConfig.getCaCertificates(); in hasEnterpriseConfigChanged()
113 X509Certificate[] caCertificates = config.getCaCertificates(); in installKeys()
713 @Nullable public X509Certificate[] getCaCertificates() { in getCaCertificates() method in WifiEnterpriseConfig
4010 HPLandroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;4778 HPLandroid/security/IKeyChainService;->getCaCertificates(Ljava/lang/String;)[B
26944 Landroid/net/wifi/WifiEnterpriseConfig;->getCaCertificates()[Ljava/security/cert/X509Certificate;
28062 method public java.security.cert.X509Certificate[] getCaCertificates();