Searched refs:certificateFactory (Results 1 – 5 of 5) sorted by relevance
492 CertificateFactory certificateFactory = Mockito.mock(CertificateFactory.class); in verifyRetrieveTrustRootCertsWithoutError() local493 when(certificateFactory.generateCertificate(any(InputStream.class))).thenReturn( in verifyRetrieveTrustRootCertsWithoutError()495 when(CertificateFactory.getInstance(anyString())).thenReturn(certificateFactory); in verifyRetrieveTrustRootCertsWithoutError()
313 CertificateFactory certificateFactory = CertificateFactory.getInstance("X.509"); in buildCACertificate() local316 X509Certificate caCertificateX509 = (X509Certificate) certificateFactory in buildCACertificate()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...