March 2012
Intermediate to advanced
442 pages
9h 31m
English
Secure Socket layer (SSL) is a security mechanism that creates a secured channel between an application and the database. The data transmitted across this channel is encrypted and hence secure. The IBM Data Server Driver for JDBC and SQLJ provides support for using SSL connections in Java applications. In this recipe, we will discuss how to set up SSL at the database server and how to enable a Java application to make use of it.
The following are the prerequisites for this recipe:
Read now
Unlock full access