User's Manual

Conguring Network Data Encryption and Integrity for Thin JDBC Clients 4-1
4
Configuring Network Data Encryption and
Integrity for Thin JDBC Clients
This chapter describes the Java implementation of Oracle AdvancedSecurity, which
lets thin Java Database Connectivity (JDBC) clients securely connect to Oracle
Databases. This chapter contains the following topics:
About the Java Implementation
Configuration Parameters
About the Java Implementation
The Java implementation of Oracle Advanced Security provides network
encryption and integrity protection for Thin JDBC clients communicating with
Oracle Databases that have Oracle Advanced Security enabled.
This section contains the following topics:
Java Database Connectivity Support
Securing Thin JDBC
Implementation Overview
Obfuscation
Java Database Connectivity Support
Java Database Connectivity (JDBC), an industry-standard Java interface, is a Java
standard for connecting to a relational database from a Java program. Sun
See Also: Oracle Database JDBC Developer's Guide and Reference, for
information about JDBC, including examples