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 class
DefaultSSLContextImpl
Support class for this package.static class
DefaultSSLContextImpl.TLSv12
static class
DefaultSSLContextImpl.TLSv13
static class
OpenSSLContextImpl.TLSv1
Public to allow construction via the provider framework.static class
OpenSSLContextImpl.TLSv11
Public to allow construction via the provider framework.static class
OpenSSLContextImpl.TLSv12
Public to allow construction via the provider framework.static class
OpenSSLContextImpl.TLSv13
Public to allow construction via the provider framework.Methods in org.conscrypt that return OpenSSLContextImpl Modifier and Type Method Description (package private) static OpenSSLContextImpl
OpenSSLContextImpl. getPreferred()
Allows outside callers to get the preferred SSLContext.
-