Searched refs:otherCertificateChain (Results 1 – 1 of 1) sorted by relevance
132 Certificate[] otherCertificateChain = other.mCertificateChain; in Signature() local133 if (otherCertificateChain != null && otherCertificateChain.length > 1) { in Signature()134 mCertificateChain = Arrays.copyOfRange(otherCertificateChain, 1, in Signature()135 otherCertificateChain.length); in Signature()