Searched refs:readCertificate (Results 1 – 5 of 5) sorted by relevance
170 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()172 Certificate cert = readCertificate(certBuffer); in containsCertificate()180 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CertInstallerReceiver
281 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()283 Certificate cert = readCertificate(certBuffer); in containsCertificate()291 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in DirectDelegatedCertInstallerTest
385 Certificate caCert = readCertificate(caBytes); in assertCaCertInstalledAndTrusted()406 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CaCertManagementTest416 if (caCert.equals(readCertificate(certBuffer))) { in isCaCertListed()
712 final Certificate certificate = readCertificate(); in testInstallerSignedChecksumsTrustAll()1135 final Certificate certificate = readCertificate(); in testInstallerSignedChecksumsUpdate()1340 final Certificate certificate = readCertificate(); in testInstallerSignedChecksumsIncremental()1677 private Certificate readCertificate() throws Exception { in readCertificate() method in ChecksumsTest
3321 private static Certificate readCertificate() throws Exception { in readCertificate() method in PackageManagerTest3333 Certificate certificate = readCertificate(); in testInstallArchivedApi()