Searched refs:trustedCert (Results 1 – 3 of 3) sorted by relevance
151 X509Certificate trustedCert = (X509Certificate) CertificateFactory.getInstance("X.509") in verifyPkcs7DetachedSignature() local154 .build(trustedCert); in verifyPkcs7DetachedSignature()
483 Signature trustedCert = isTrusted(certs, trusted); in getInstallerChecksums() local484 if (trustedCert == null) { in getInstallerChecksums()485 trustedCert = isTrusted(pastCerts, trusted); in getInstallerChecksums()487 if (trustedCert == null) { in getInstallerChecksums()490 trustedCertBytes = trustedCert.toByteArray(); in getInstallerChecksums()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...