|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.security.SSL
public class SSL
| Constructor Summary | |
|---|---|
SSL()
|
|
| Method Summary | |
|---|---|
static Socket |
getClientSocket(String host,
int port)
|
static Socket |
getClientSocketAuth(String keystore,
String keypass,
String host,
int port)
|
static ServerSocket |
getServerSocket(int port)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSL()
| Method Detail |
|---|
public static Socket getClientSocket(String host,
int port)
throws Exception
Exception
public static Socket getClientSocketAuth(String keystore,
String keypass,
String host,
int port)
throws Exception
Exception
public static ServerSocket getServerSocket(int port)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||