Uses of Class
org.conscrypt.OpenSSLContextImpl
-
Packages that use OpenSSLContextImpl Package Description org.conscrypt -
-
Uses of OpenSSLContextImpl in org.conscrypt
Subclasses of OpenSSLContextImpl in org.conscrypt Modifier and Type Class Description classDefaultSSLContextImplSupport class for this package.static classDefaultSSLContextImpl.TLSv12static classDefaultSSLContextImpl.TLSv13static classOpenSSLContextImpl.TLSv1Public to allow construction via the provider framework.static classOpenSSLContextImpl.TLSv11Public to allow construction via the provider framework.static classOpenSSLContextImpl.TLSv12Public to allow construction via the provider framework.static classOpenSSLContextImpl.TLSv13Public to allow construction via the provider framework.Methods in org.conscrypt that return OpenSSLContextImpl Modifier and Type Method Description (package private) static OpenSSLContextImplOpenSSLContextImpl. getPreferred()Allows outside callers to get the preferred SSLContext.
-