Home
last modified time | relevance | path

Searched refs:mCaCerts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java137 private X509Certificate[] mCaCerts; field in WifiEnterpriseConfig
171 if (source.mCaCerts != null) { in copyFrom()
172 mCaCerts = Arrays.copyOf(source.mCaCerts, source.mCaCerts.length); in copyFrom()
174 mCaCerts = null; in copyFrom()
228 ParcelUtil.writeCertificates(dest, mCaCerts); in writeToParcel()
249 enterpriseConfig.mCaCerts = ParcelUtil.readCertificates(in);
664 mCaCerts = new X509Certificate[] {cert}; in setCaCertificate()
666 mCaCerts = null; in setCaCertificate()
670 mCaCerts = null; in setCaCertificate()
680 if (mCaCerts != null && mCaCerts.length > 0) { in getCaCertificate()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47232 Landroid/net/wifi/WifiEnterpriseConfig;->mCaCerts:[Ljava/security/cert/X509Certificate;