Class StrictTLSContext
- java.lang.Object
-
- javax.net.ssl.SSLContext
-
- com.microsoft.azure.servicebus.amqp.StrictTLSContext
-
public class StrictTLSContext extends SSLContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StrictTLSContext(SSLContextSpi contextSpi, Provider provider, String protocol)
-
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
-
StrictTLSContext
protected StrictTLSContext(SSLContextSpi contextSpi, Provider provider, String protocol)
-
-