Uses of Class
org.conscrypt.OpenSSLSocketFactoryImpl
-
Packages that use OpenSSLSocketFactoryImpl Package Description org.conscrypt -
-
Uses of OpenSSLSocketFactoryImpl in org.conscrypt
Methods in org.conscrypt that return OpenSSLSocketFactoryImpl Modifier and Type Method Description private static OpenSSLSocketFactoryImpl
Conscrypt. toConscrypt(javax.net.ssl.SSLSocketFactory factory)
Methods in org.conscrypt with parameters of type OpenSSLSocketFactoryImpl Modifier and Type Method Description (package private) static javax.net.ssl.SSLSocketFactory
Platform. wrapSocketFactoryIfNeeded(OpenSSLSocketFactoryImpl factory)
Currently we don't wrap anything from the RI.
-