Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLSocketFactory.java196 trustmanagers = createTrustManagers(truststore); in SSLSocketFactory()
259 private static TrustManager[] createTrustManagers(final KeyStore keystore) in createTrustManagers() method in SSLSocketFactory