Uses of Class
javax.net.ssl.SSLContextSpi
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of SSLContextSpi in javax.net.ssl
Constructors in javax.net.ssl with parameters of type SSLContextSpi Constructor Description SSLContext(SSLContextSpi contextSpi, Provider provider, String protocol)Creates a newSSLContext. -
Uses of SSLContextSpi in org.conscrypt
Subclasses of SSLContextSpi in org.conscrypt Modifier and Type Class Description classDefaultSSLContextImplSupport class for this package.classOpenSSLContextImplOverrides the original SSLContextImpl to provide OpenSSL-based SSLSocketFactory and SSLServerSocketFactory instances.classSSLContextImplImplementation of SSLContext service provider interface.