User's Manual

Configuration Parameters
4-6 Oracle Database Advanced Security Administrator's Guide
Client Integrity Selected List: ORACLE.NET.CRYPTO_CHEKSUM_TYPES_CLIENT
This parameter defines the data integrity algorithm to be used. Table 4–4 describes
this parameter's attributes.
Table 4–4 ORACLE.NET.CRYPTO_CHEKSUM_TYPES_CLIENT Parameter Attributes
Attribute Description
Parameter Type String
Parameter Class Static
Permitted Values MD5
Syntax up.put("oracle.net.crypto_checksum_types_
client",alg)
Example up.put("oracle.net.crypto_checksum_types_
client","MD5"), where up is defined as
Properties up=new Properties()