public abstract class SSLImplementation extends Object
Constructor and Description |
---|
SSLImplementation() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getImplementationName() |
static SSLImplementation |
getInstance() |
static SSLImplementation |
getInstance(String className) |
abstract ServerSocketFactory |
getServerSocketFactory(AbstractEndpoint endpoint) |
abstract SSLSupport |
getSSLSupport(Socket sock) |
abstract SSLSupport |
getSSLSupport(SSLSession session) |
abstract SSLUtil |
getSSLUtil(AbstractEndpoint ep) |
public static SSLImplementation getInstance() throws ClassNotFoundException
ClassNotFoundException
public static SSLImplementation getInstance(String className) throws ClassNotFoundException
ClassNotFoundException
public abstract String getImplementationName()
public abstract ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint)
public abstract SSLSupport getSSLSupport(Socket sock)
public abstract SSLSupport getSSLSupport(SSLSession session)
public abstract SSLUtil getSSLUtil(AbstractEndpoint ep)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.