Class StrictTLSContextSpi
- java.lang.Object
-
- javax.net.ssl.SSLContextSpi
-
- com.microsoft.azure.servicebus.amqp.StrictTLSContextSpi
-
public class StrictTLSContextSpi extends SSLContextSpi
-
-
Constructor Summary
Constructors Constructor Description StrictTLSContextSpi(SSLContext innerContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SSLEngine
engineCreateSSLEngine()
protected SSLEngine
engineCreateSSLEngine(String arg0, int arg1)
protected SSLSessionContext
engineGetClientSessionContext()
protected SSLSessionContext
engineGetServerSessionContext()
protected SSLServerSocketFactory
engineGetServerSocketFactory()
protected SSLSocketFactory
engineGetSocketFactory()
protected void
engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
-
Methods inherited from class javax.net.ssl.SSLContextSpi
engineGetDefaultSSLParameters, engineGetSupportedSSLParameters
-
-
-
-
Constructor Detail
-
StrictTLSContextSpi
public StrictTLSContextSpi(SSLContext innerContext)
-
-
Method Detail
-
engineCreateSSLEngine
protected SSLEngine engineCreateSSLEngine()
- Specified by:
engineCreateSSLEngine
in classSSLContextSpi
-
engineCreateSSLEngine
protected SSLEngine engineCreateSSLEngine(String arg0, int arg1)
- Specified by:
engineCreateSSLEngine
in classSSLContextSpi
-
engineGetClientSessionContext
protected SSLSessionContext engineGetClientSessionContext()
- Specified by:
engineGetClientSessionContext
in classSSLContextSpi
-
engineGetServerSessionContext
protected SSLSessionContext engineGetServerSessionContext()
- Specified by:
engineGetServerSessionContext
in classSSLContextSpi
-
engineGetServerSocketFactory
protected SSLServerSocketFactory engineGetServerSocketFactory()
- Specified by:
engineGetServerSocketFactory
in classSSLContextSpi
-
engineGetSocketFactory
protected SSLSocketFactory engineGetSocketFactory()
- Specified by:
engineGetSocketFactory
in classSSLContextSpi
-
engineInit
protected void engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr) throws KeyManagementException
- Specified by:
engineInit
in classSSLContextSpi
- Throws:
KeyManagementException
-
-