Client Encryption Selected List: ORACLE.NET.ENCRYPTION_TYPES_CLIENT
This parameter defines the encryption algorithm to be used.
parameter's attributes.
Table 4–2 ORACLE.NET.ENCRYPTION_TYPES_CLIENT Parameter Attributes
Attribute
Parameter Type
Parameter Class
Permitted Values
Syntax
Example
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 ORACLE.NET.CRYPTO_CHECKSUM_CLIENT Parameter Attributes
Attribute
Parameter Type
Parameter Class
Permitted Values
Default Value
Syntax
Example
Description
String
Static
RC4_256; RC4_128; RC4_56; RC4_40; DES56C; DES40C
up.put("oracle.net.encryption_types_
client",alg)
up.put("oracle.net.encryption_types_client",
"DES40C"), where up is defined as Properties
up=new Properties()
In this context, "C" refers to CBC (Cipher Block Chaining)
Note:
mode.
Table 4–3
describes this parameters attributes.
Description
String
Static
REJECTED; ACCEPTED; REQUESTED; REQUIRED
ACCEPTED
up.put("oracle.net.crypto_checksum_
client",level)
up.put("oracle.net.crypto_checksum_client",
"REQUIRED"), where up is defined as Properties
up=new Properties()
Configuring Network Data Encryption and Integrity for Thin JDBC Clients 4-5
Configuration Parameters
Table 4–2
describes this
Need help?
Do you have a question about the Oracle Database B10772-01 and is the answer not in the manual?