tn5250j/src/org/tn5250j/framework/transport SSLConstants.java,1.1,1.2
Steve Kennedy <[email protected]> Fri, 25 Feb 2005 07:48:23 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/transport In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19457/src/org/tn5250j/framework/transport Modified Files: SSLConstants.java Log Message: SSL Updates Index: SSLConstants.java =================================================================== RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/transport/SSLConstants.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SSLConstants.java 1 Aug 2004 14:36:28 -0000 1.1 --- SSLConstants.java 25 Feb 2005 07:48:21 -0000 1.2 *************** *** 1,7 **** --- 1,40 ---- package org.tn5250j.framework.transport; + /* + * Copyright: Copyright (c) 2001 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this software; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307 USA + */ + + /** + * Constants for SSL subsystem. + * @author Stephen M. Kennedy <[email protected]> + * + * + * + */ public interface SSLConstants { + /** + * The system property name for the SSL type + */ public static final String SSL_TYPE = "TN5250J_SSL_TYPE"; + + /** + * Constants for SSL Socket Types + */ public static final String SSL_TYPE_NONE = "NONE"; public static final String SSL_TYPE_SSLv2 = "SSLv2"; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click