Package | Description |
---|---|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
Socket |
SSLConnectionFactory.createSocket(InetAddress host,
int portNumber)
Create the SSL socket connection to the specified host.
|
Socket |
SSLConnectionFactory.createSocket(Socket s,
String hostName,
int portNumber,
boolean autoClose)
Create the SSL socket connection to the specified host layered over an existing socket.
|
Socket |
SSLConnectionFactory.createSocket(String hostName,
int portNumber)
Create the SSL socket connection to the specified host.
|
void |
SSLConnectionFactory.init(boolean trustAll,
String keyStorePath,
String keyStorePassword,
String clientAlias,
String trustStorePath,
String trustStorePassword)
Initialize the connection factory by creating the key and trust managers for the SSL connection.
|
Copyright 2010-2018 ForgeRock AS.