public class JSSEImplementation extends SSLImplementation
| Constructor and Description | 
|---|
| JSSEImplementation() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getImplementationName() | 
| ServerSocketFactory | getServerSocketFactory(AbstractEndpoint<?> endpoint) | 
| SSLSupport | getSSLSupport(java.net.Socket s) | 
| SSLSupport | getSSLSupport(javax.net.ssl.SSLSession session) | 
| SSLUtil | getSSLUtil(AbstractEndpoint<?> endpoint) | 
getInstance, getInstancepublic java.lang.String getImplementationName()
getImplementationName in class SSLImplementationpublic ServerSocketFactory getServerSocketFactory(AbstractEndpoint<?> endpoint)
getServerSocketFactory in class SSLImplementationpublic SSLSupport getSSLSupport(java.net.Socket s)
getSSLSupport in class SSLImplementationpublic SSLSupport getSSLSupport(javax.net.ssl.SSLSession session)
getSSLSupport in class SSLImplementationpublic SSLUtil getSSLUtil(AbstractEndpoint<?> endpoint)
getSSLUtil in class SSLImplementationCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.