Home
last modified time | relevance | path

Searched refs:readCertificate (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java170 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
DDirectDelegatedCertInstallerTest.java281 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
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCaCertManagementTest.java385 Certificate caCert = readCertificate(caBytes); in assertCaCertInstalledAndTrusted()
406 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CaCertManagementTest
416 if (caCert.equals(readCertificate(certBuffer))) { in isCaCertListed()
/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java712 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
DPackageManagerTest.java3321 private static Certificate readCertificate() throws Exception { in readCertificate() method in PackageManagerTest
3333 Certificate certificate = readCertificate(); in testInstallArchivedApi()