public interface SSLInterface
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSSLSocket(String destination,
int port)
Create a new socket
|
void |
init(String sslType)
Initialize the components required to create a new client socket
when createSSLSocket is called.
|
void init(String sslType)
sslType - The ssl socket type (SSLv2, SSLv3, TLS)Copyright © 2018. All rights reserved.