Searched refs:mCertificateChain (Results 1 – 1 of 1) sorted by relevance
47 private Certificate[] mCertificateChain; field in Signature68 mCertificateChain = null; in Signature()81 mCertificateChain = Arrays.copyOfRange(certificateChain, 1, certificateChain.length); in Signature()132 Certificate[] otherCertificateChain = other.mCertificateChain; in Signature()134 mCertificateChain = Arrays.copyOfRange(otherCertificateChain, 1, in Signature()235 if (mCertificateChain == null) { in getChainSignatures()239 Signature[] chain = new Signature[1 + mCertificateChain.length]; in getChainSignatures()243 for (Certificate c : mCertificateChain) { in getChainSignatures()