| Package | Description |
|---|---|
| fr.gpotter2.sslkeystorefactories |
| Modifier and Type | Method and Description |
|---|---|
static SSLSocketKeystoreFactory.SecureType |
SSLSocketKeystoreFactory.SecureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLSocketKeystoreFactory.SecureType[] |
SSLSocketKeystoreFactory.SecureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SSLSocket |
SSLSocketKeystoreFactory.getSocketWithCert(InetAddress ip,
int port,
InputStream pathToCert,
String passwordFromCert,
SSLSocketKeystoreFactory.SecureType type)
Instantiate sslsocket
|
static SSLSocket |
SSLSocketKeystoreFactory.getSocketWithCert(InetAddress ip,
int port,
InputStream pathToCert,
String passwordFromCert,
SSLSocketKeystoreFactory.SecureType type,
Proxy proxy)
Instantiate sslsocket (beta proxy)
|
static SSLSocket |
SSLSocketKeystoreFactory.getSocketWithCert(InetAddress ip,
int port,
String pathToCert,
String passwordFromCert,
SSLSocketKeystoreFactory.SecureType type)
Instantiate sslsocket
|
static SSLSocket |
SSLSocketKeystoreFactory.getSocketWithCert(String ip,
int port,
InputStream pathToCert,
String passwordFromCert,
SSLSocketKeystoreFactory.SecureType type)
Instantiate sslsocket
|
static SSLSocket |
SSLSocketKeystoreFactory.getSocketWithCert(String ip,
int port,
String pathToCert,
String passwordFromCert,
SSLSocketKeystoreFactory.SecureType type)
Instantiate sslsocket
|
Copyright © 2023. All rights reserved.