Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCaCertManagementTest.java99 Certificate caCert = readCertificate(caBytes); in assertInstalled()
105 Certificate caCert = readCertificate(caBytes); in assertUninstalled()
140 if (caCert.equals(readCertificate(certBuffer))) { in isCaCertInstalledAndTrusted()
168 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CaCertManagementTest
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java182 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()
184 Certificate cert = readCertificate(certBuffer); in containsCertificate()
192 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CertInstallDelegateTest
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java160 Certificate certificateToMatch = readCertificate(toMatch); in containsCertificate()
162 Certificate cert = readCertificate(certBuffer); in containsCertificate()
170 private static Certificate readCertificate(byte[] certBuffer) throws CertificateException { in readCertificate() method in CertInstallerReceiver