Java javax.net.ssl SSLSocketFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl SSLSocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl SSLSocketFactory.

The text is from its open source code.

Subclass

javax.net.ssl.SSLSocketFactory has subclasses.
Click this link to see all its subclasses.

Constructor

SSLSocketFactory()
Constructor is used only by subclasses.

Method

SocketcreateSocket(String host, int port)
SocketcreateSocket(InetAddress address, int port)
SocketcreateSocket(Socket s, String host, int port, boolean autoClose)
Returns a socket layered over an existing socket connected to the named host, at the given port.
SocketcreateSocket()
SocketFactorygetDefault()
Returns the default SSL socket factory.
String[]getDefaultCipherSuites()
Returns the list of cipher suites which are enabled by default.
String[]getSupportedCipherSuites()
Returns the names of the cipher suites which could be enabled for use on an SSL connection.