User's Manual
Configuration Parameters
Configuring Network Data Encryption and Integrity for Thin JDBC Clients 4-5
Client Encryption Selected List: ORACLE.NET.ENCRYPTION_TYPES_CLIENT
This parameter defines the encryption algorithm to be used. Table 4–2 describes this
parameter's attributes.
Client Integrity Level: ORACLE.NET.CRYPTO_CHECKSUM_CLIENT
This parameter defines the level of security that it wants to negotiate with the server
for data integrity. Table 4–3 describes this parameters attributes.
Table 4–2 ORACLE.NET.ENCRYPTION_TYPES_CLIENT Parameter Attributes
Attribute Description
Parameter Type String
Parameter Class Static
Permitted Values RC4_256; RC4_128; RC4_56; RC4_40; DES56C; DES40C
Syntax up.put("oracle.net.encryption_types_
client",alg)
Example up.put("oracle.net.encryption_types_client",
"DES40C"), where up is defined as Properties
up=new Properties()
Note: In this context, "C" refers to CBC (Cipher Block Chaining)
mode.
Table 4–3 ORACLE.NET.CRYPTO_CHECKSUM_CLIENT Parameter Attributes
Attribute Description
Parameter Type String
Parameter Class Static
Permitted Values REJECTED; ACCEPTED; REQUESTED; REQUIRED
Default Value ACCEPTED
Syntax up.put("oracle.net.crypto_checksum_
client",level)
Example up.put("oracle.net.crypto_checksum_client",
"REQUIRED"), where up is defined as Properties
up=new Properties()