| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.net.SocketFactory
weblogic.socket.WeblogicSocketFactory
weblogic.security.SSL.SSLSocketFactory
weblogic.wtc.jatmi.TuxedoSSLSocketFactory
public final class TuxedoSSLSocketFactory
A socket factory for manufacturing SSLSockets and SSLServerSockets
| Field Summary | |
|---|---|
| static String[] | CIPHER0 | 
| static String[] | CIPHER112 | 
| static String[] | CIPHER128 | 
| static String[] | CIPHER256 | 
| static String[] | CIPHER56 | 
| Fields inherited from class weblogic.security.SSL.SSLSocketFactory | 
|---|
| defFactory, jsseFactory | 
| Constructor Summary | |
|---|---|
| TuxedoSSLSocketFactory(String ksType,
                       String iks,
                       String iksp,
                       String ika,
                       String ikp,
                       String trustKsType,
                       String tks,
                       String tksp) | |
| Method Summary | |
|---|---|
|  ServerSocket | createServerSocket(int port,
                   int backlog,
                   InetAddress address)Create a new server SSL socket. | 
|  Socket | createSocket(InetAddress host,
             int port)Create a new outbound SSL socket observing channel binding requirements on the server. | 
|  Socket | createSocket(Socket socket,
             String host,
             int port,
             boolean autoclose)Create a new outbound SSL socket overlaid on an existing socket. | 
| static String[] | getCiphers(int minEncryptBits,
           int maxEncryptBits) | 
|  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. | 
| Methods inherited from class weblogic.security.SSL.SSLSocketFactory | 
|---|
| createSocket, createSocket, createSocket, createSocket, getDefault, getDefaultJSSE | 
| Methods inherited from class javax.net.SocketFactory | 
|---|
| createSocket | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String[] CIPHER0
public static final String[] CIPHER56
public static final String[] CIPHER112
public static final String[] CIPHER128
public static final String[] CIPHER256
| Constructor Detail | 
|---|
public TuxedoSSLSocketFactory(String ksType,
                              String iks,
                              String iksp,
                              String ika,
                              String ikp,
                              String trustKsType,
                              String tks,
                              String tksp)
| Method Detail | 
|---|
public Socket createSocket(InetAddress host,
                           int port)
                    throws IOException
createSocket in class SSLSocketFactoryhost - the host to connect toport - the port to connect to
IOException
UnknownHostException - if the host is not knownpublic String[] getDefaultCipherSuites()
SSLSocketFactory
getDefaultCipherSuites in class SSLSocketFactorySSLSocketFactory.getSupportedCipherSuites()public String[] getSupportedCipherSuites()
SSLSocketFactory
getSupportedCipherSuites in class SSLSocketFactory
public ServerSocket createServerSocket(int port,
                                       int backlog,
                                       InetAddress address)
                                throws IOException
port - the port on which to listenbacklog - how many connections may be pending before the system should start rejecting new requestsaddress - the address of the network interface through which connections will be accepted
IOException - if an I/O error occurs when creating the socket
public Socket createSocket(Socket socket,
                           String host,
                           int port,
                           boolean autoclose)
                    throws IOException
createSocket in class SSLSocketFactoryhost - the host to connect toport - the port to connect tosocket - the existing socketautoclose - close the underlying socket when this socket is closed
IOException
UnknownHostException - if the host is not known
public static String[] getCiphers(int minEncryptBits,
                                  int maxEncryptBits)
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||