public class LocalTrustStoreSSLSocketFactory extends SSLSocketFactory
| Constructor | Description |
|---|---|
LocalTrustStoreSSLSocketFactory(File truststore) |
| Modifier and Type | Method | Description |
|---|---|---|
Socket |
createSocket() |
|
Socket |
createSocket(String s,
int i) |
|
Socket |
createSocket(String s,
int i,
InetAddress inaddr,
int j) |
|
Socket |
createSocket(InetAddress inaddr,
int i) |
|
Socket |
createSocket(InetAddress inaddr,
int i,
InetAddress inaddr1,
int j) |
|
Socket |
createSocket(Socket socket,
String s,
int i,
boolean flag) |
|
String[] |
getDefaultCipherSuites() |
|
String[] |
getSupportedCipherSuites() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSocket, getDefaultpublic LocalTrustStoreSSLSocketFactory(File truststore)
public Socket createSocket(Socket socket, String s, int i, boolean flag) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic Socket createSocket(InetAddress inaddr, int i, InetAddress inaddr1, int j) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress inaddr, int i) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String s, int i, InetAddress inaddr, int j) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String s, int i) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactoryCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.