Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCaCertManagementTest.java71 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()
73 Certificate cert = readCertificate(certBuffer); in containsCertificate()
81 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CaCertManagementTest
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerActivity.java162 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()
164 Certificate cert = readCertificate(certBuffer); in containsCertificate()
172 private Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CertInstallerActivity