Home
last modified time | relevance | path

Searched refs:mCertificateChain (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStorePublicKey.java35 private final byte[] mCertificateChain; field in AndroidKeyStorePublicKey
43 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()
/frameworks/base/core/java/android/content/pm/
DSignature.java52 private Certificate[] mCertificateChain; field in Signature
73 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13387 Landroid/content/pm/Signature;->mCertificateChain:[Ljava/security/cert/Certificate;