Searched refs:mCertificateChain (Results 1 – 3 of 3) sorted by relevance
35 private final byte[] mCertificateChain; field in AndroidKeyStorePublicKey43 mCertificateChain = metadata.certificateChain; in AndroidKeyStorePublicKey()66 result = prime * result + Arrays.hashCode(mCertificateChain); in hashCode()86 return Arrays.equals(mCertificate, other.mCertificate) && Arrays.equals(mCertificateChain, in equals()87 other.mCertificateChain); in equals()
51 private Certificate[] mCertificateChain; field in Signature72 mCertificateChain = null; in Signature()85 mCertificateChain = Arrays.copyOfRange(certificateChain, 1, certificateChain.length); in Signature()136 Certificate[] otherCertificateChain = other.mCertificateChain; in Signature()138 mCertificateChain = Arrays.copyOfRange(otherCertificateChain, 1, in Signature()239 if (mCertificateChain == null) { in getChainSignatures()243 Signature[] chain = new Signature[1 + mCertificateChain.length]; in getChainSignatures()247 for (Certificate c : mCertificateChain) { in getChainSignatures()
13387 Landroid/content/pm/Signature;->mCertificateChain:[Ljava/security/cert/Certificate;