Searched refs:mCaCerts (Results 1 – 2 of 2) sorted by relevance
137 private X509Certificate[] mCaCerts; field in WifiEnterpriseConfig171 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 …]
47232 Landroid/net/wifi/WifiEnterpriseConfig;->mCaCerts:[Ljava/security/cert/X509Certificate;