Package nl.altindag.ssl.sslcontext
Class FenixSSLContext
- java.lang.Object
-
- javax.net.ssl.SSLContext
-
- nl.altindag.ssl.sslcontext.FenixSSLContext
-
public final class FenixSSLContext extends SSLContext
NOTE: Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time.- Author:
- Hakan Altindag
-
-
Constructor Summary
Constructors Constructor Description FenixSSLContext(SSLContext baseSslContext, SSLParameters baseSslParameters)
-
Method Summary
-
Methods inherited from class javax.net.ssl.SSLContext
createSSLEngine, createSSLEngine, getClientSessionContext, getDefault, getDefaultSSLParameters, getInstance, getInstance, getInstance, getProtocol, getProvider, getServerSessionContext, getServerSocketFactory, getSocketFactory, getSupportedSSLParameters, init, setDefault
-
-
-
-
Constructor Detail
-
FenixSSLContext
public FenixSSLContext(SSLContext baseSslContext, SSLParameters baseSslParameters)
-
-