May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.net.ssl.SSLServerSocketFactory
Instances of this factory
create server sockets that use SSL. The factories themselves are obtained via the getDefault( ) method.
public abstract class javax.net.ssl.SSLServerSocketFactory
extends javax.net.ServerSocketFactory {
// Constructors
protected SSLServerSocketFactory( );
// Class Methods
public static synchronized ServerSocketFactory getDefault( );
// Instance Methods
public abstract String[] getDefaultCipherSuites( );
public abstract String[] getSupportedCipherSuites( );
}
SSLServerSocket, SSLSocketFactory
|
Read now
Unlock full access