Build 1.0_r1(from source)

javax.net.ssl
Class SSLContextSpi

java.lang.Object
  extended by javax.net.ssl.SSLContextSpi

public abstract class SSLContextSpi
extends Object


Constructor Summary
SSLContextSpi()
           
 
Method Summary
protected abstract  SSLEngine engineCreateSSLEngine()
           
protected abstract  SSLEngine engineCreateSSLEngine(String host, int port)
           
protected abstract  SSLSessionContext engineGetClientSessionContext()
           
protected abstract  SSLSessionContext engineGetServerSessionContext()
           
protected abstract  SSLServerSocketFactory engineGetServerSocketFactory()
           
protected abstract  SSLSocketFactory engineGetSocketFactory()
           
protected abstract  void engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLContextSpi

public SSLContextSpi()
Method Detail

engineInit

protected abstract void engineInit(KeyManager[] km,
                                   TrustManager[] tm,
                                   SecureRandom sr)
                            throws KeyManagementException
Throws:
KeyManagementException

engineGetSocketFactory

protected abstract SSLSocketFactory engineGetSocketFactory()

engineGetServerSocketFactory

protected abstract SSLServerSocketFactory engineGetServerSocketFactory()

engineCreateSSLEngine

protected abstract SSLEngine engineCreateSSLEngine(String host,
                                                   int port)

engineCreateSSLEngine

protected abstract SSLEngine engineCreateSSLEngine()

engineGetServerSessionContext

protected abstract SSLSessionContext engineGetServerSessionContext()

engineGetClientSessionContext

protected abstract SSLSessionContext engineGetClientSessionContext()

Build 1.0_r1(from source)

Please submit a feedback, bug or feature