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()
52 private Certificate[] mCertificateChain; field in Signature73 mCertificateChain = null; in Signature()86 mCertificateChain = Arrays.copyOfRange(certificateChain, 1, certificateChain.length); in Signature()137 Certificate[] otherCertificateChain = other.mCertificateChain; in Signature()139 mCertificateChain = Arrays.copyOfRange(otherCertificateChain, 1, in Signature()240 if (mCertificateChain == null) { in getChainSignatures()244 Signature[] chain = new Signature[1 + mCertificateChain.length]; in getChainSignatures()248 for (Certificate c : mCertificateChain) { in getChainSignatures()
13387 Landroid/content/pm/Signature;->mCertificateChain:[Ljava/security/cert/Certificate;