Searched refs:installCertificate (Results 1 – 3 of 3) sorted by relevance
38 public void installCertificate(X509Certificate cert) throws IOException, CertificateException { in installCertificate() method in ShadowTrustedCertificateStore39 sDelegate.installCertificate(cert); in installCertificate()
157 doThrow(new IOException()).when(mockCertStore).installCertificate(any()); in testCaInstallFailedLogging()204 doThrow(new IOException()).when(mockCertStore).installCertificate(any()); in testNoLoggingWhenDisabled()
461 mTrustedCertificateStore.installCertificate(cert);