May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.net.ssl.SSLSocketFactory
Instances of this class are used to obtain
SSL sockets connected to particular servers and port numbers. The getDefault( ) method is used to obtain the factory.
public abstract class javax.net.ssl.SSLSocketFactory
extends javax.net.SocketFactory {
// Constructors
public SSLSocketFactory( );
// Class Methods
public static synchronized SocketFactory getDefault( );
// Instance Methods
public abstract Socket createSocket(Socket, String, int, boolean);
public abstract String[] getDefaultCipherSuites( );
public abstract String[] getSupportedCipherSuites( );
}
SSLSocket, SSLServerSocketFactory
|
Read now
Unlock full access