Package org.bouncycastle.jsse.provider
Class SSLServerSocketFactoryImpl
java.lang.Object
javax.net.ServerSocketFactory
javax.net.ssl.SSLServerSocketFactory
org.bouncycastle.jsse.provider.SSLServerSocketFactoryImpl
Public class with a public default constructor, for use with the "ssl.ServerSocketFactory.provider"
property in the java.security file.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.bouncycastle.jsse.provider.ContextData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket
(int port) createServerSocket
(int port, int backlog) createServerSocket
(int port, int backlog, InetAddress ifAddress) String[]
String[]
Methods inherited from class javax.net.ssl.SSLServerSocketFactory
getDefault
-
Field Details
-
contextData
protected final org.bouncycastle.jsse.provider.ContextData contextData
-
-
Constructor Details
-
SSLServerSocketFactoryImpl
- Throws:
Exception
-
-
Method Details
-
createServerSocket
- Overrides:
createServerSocket
in classServerSocketFactory
- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocket
in classServerSocketFactory
- Throws:
IOException
-
createServerSocket
- Specified by:
createServerSocket
in classServerSocketFactory
- Throws:
IOException
-
createServerSocket
public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException - Specified by:
createServerSocket
in classServerSocketFactory
- Throws:
IOException
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuites
in classSSLServerSocketFactory
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuites
in classSSLServerSocketFactory
-