Searched refs:mCaCertificates (Results 1 – 1 of 1) sorted by relevance
876 private X509Certificate[] mCaCertificates = null; field in Credential884 mCaCertificates = null; in setCaCertificate()886 mCaCertificates = new X509Certificate[] {caCertificate}; in setCaCertificate()897 mCaCertificates = caCertificates; in setCaCertificates()907 return mCaCertificates == null || mCaCertificates.length > 1 ? null : mCaCertificates[0]; in getCaCertificate()917 return mCaCertificates; in getCaCertificates()1028 if (source.mCaCertificates != null) { in Credential()1029 mCaCertificates = Arrays.copyOf(source.mCaCertificates, in Credential()1030 source.mCaCertificates.length); in Credential()1052 ParcelUtil.writeCertificates(dest, mCaCertificates); in writeToParcel()[all …]