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, getInstance
public java.lang.String getImplementationName()
getImplementationName
in class SSLImplementation
public ServerSocketFactory getServerSocketFactory(AbstractEndpoint<?> endpoint)
getServerSocketFactory
in class SSLImplementation
public SSLSupport getSSLSupport(java.net.Socket s)
getSSLSupport
in class SSLImplementation
public SSLSupport getSSLSupport(javax.net.ssl.SSLSession session)
getSSLSupport
in class SSLImplementation
public SSLUtil getSSLUtil(AbstractEndpoint<?> endpoint)
getSSLUtil
in class SSLImplementation
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.