Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Security / November 2003

Tip: Looking for answers? Try searching our database.

SSL Connection java

Thread view: 
Karine - 05 Nov 2003 14:33 GMT
Hi,

  I need access As400 data with jdbc connection by Internet.  I would
like to use SSL connection.  Presently, I have a connection to my
as400 with the toolbox java.  My code for this connection is:

Class.forName("com.ibm.as400.access.AS400JDBCDriver").newInstance();
url = "jdbc:as400://999.999.9.999";
DriverManager.registerDriver(new
com.ibm.as400.access.AS400JDBCDriver());
Connection conAs400 = null;
conAs400 = DriverManager.getConnection(url, username, password);
java.sql.Statement st400 = conAs400.createStatement();  

My question:  How can I integred security SSL in this exemple??  

I have read a doc of toolbox java, but I would like exemple or more
information because I not understand this.

Thank you in advance!!!

ps:  It's very important!!!
Don's - 14 Nov 2003 17:35 GMT
Hi,

To use SSL socket you should look at JSSE (Java Secure Socket Extension).
But i do not know how you can use this with your code.

Hope it could help.

Fred
> Hi,
>
[quoted text clipped - 18 lines]
>
> ps:  It's very important!!!


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.