public class JSSEFactory extends Object
| Constructor and Description |
|---|
JSSEFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketFactory |
getSocketFactory()
Returns the ServerSocketFactory to use.
|
SSLSupport |
getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.
|
SSLSupport |
getSSLSupport(SSLSession session) |
public ServerSocketFactory getSocketFactory()
public SSLSupport getSSLSupport(Socket socket)
public SSLSupport getSSLSupport(SSLSession session)
Copyright © 2016 JBoss by Red Hat. All rights reserved.