Searched refs:mCaCertificates (Results 1 – 1 of 1) sorted by relevance
856 private X509Certificate[] mCaCertificates = null; field in Credential864 mCaCertificates = null; in setCaCertificate()866 mCaCertificates = new X509Certificate[] {caCertificate}; in setCaCertificate()877 mCaCertificates = caCertificates; in setCaCertificates()887 return mCaCertificates == null || mCaCertificates.length > 1 ? null : mCaCertificates[0]; in getCaCertificate()897 return mCaCertificates; in getCaCertificates()971 if (source.mCaCertificates != null) { in Credential()972 mCaCertificates = Arrays.copyOf(source.mCaCertificates, in Credential()973 source.mCaCertificates.length); in Credential()994 ParcelUtil.writeCertificates(dest, mCaCertificates); in writeToParcel()[all …]