java.lang.Object javax.net.ssl.SSLContextSpi
SSLContext
protected abstract SSLEngine engineCreateSSLEngine()
SSLContext.createSSLEngine()
engineCreateSSLEngine(String, int)
protected abstract SSLEngine engineCreateSSLEngine(String host, int port)
SSLContext.createSSLEngine(String, int)
protected abstract SSLSessionContext engineGetClientSessionContext()
SSLContext.getClientSessionContext()
protected abstract SSLSessionContext engineGetServerSessionContext()
SSLContext.getServerSessionContext()
protected abstract SSLServerSocketFactory engineGetServerSocketFactory()
SSLContext.getServerSocketFactory()
protected abstract SSLSocketFactory engineGetSocketFactory()
SSLContext.getSocketFactory()
protected abstract void engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr) throws KeyManagementException
SSLContext.init(KeyManager [], TrustManager [], SecureRandom)
public SSLContextSpi()