Mercurial > 510Connectbot
diff src/org/tn5250j/framework/transport/SSLInterface.java @ 92:e5259eab903e
remove 5250 configuration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 16:22:34 -0700 |
parents | e8d2a24e85c6 |
children | 77ac18bc1b2f |
line wrap: on
line diff
--- a/src/org/tn5250j/framework/transport/SSLInterface.java Mon Jun 16 16:17:48 2014 -0700 +++ b/src/org/tn5250j/framework/transport/SSLInterface.java Mon Jun 16 16:22:34 2014 -0700 @@ -28,10 +28,12 @@ /** * Initialize the components required to create a new client socket * when createSSLSocket is called. - * @param type The ssl socket type (SSLv2, SSLv3, TLS) + * @param sslType The ssl socket type (NONE, SSLv2, SSLv3, TLS) + * @param homeDirectory location of the .tn5250j subdirectory containing + * the keystore * @see org.tn5250j.framework.transport.SSLConstants */ - public abstract void init(String sslType); + public abstract void init(String sslType, String homeDirectory); /** * Create a new socket