|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
javax.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 |
| 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 |
| 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
| Method Detail |
|---|
public Socket createSocket(InetAddress host,
int port)
throws IOException
createSocket in class SSLSocketFactoryhost - the host to connect toport - the port to connect toIOExceptionUnknownHostException - if the host is not knownpublic String[] getDefaultCipherSuites()
SSLSocketFactorygetDefaultCipherSuites in class SSLSocketFactorySSLSocketFactory.getSupportedCipherSuites()public String[] getSupportedCipherSuites()
SSLSocketFactorygetSupportedCipherSuites 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 acceptedIOException - 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 closedIOExceptionUnknownHostException - if the host is not known
public static String[] getCiphers(int minEncryptBits,
int maxEncryptBits)
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||