Configuration Parameters; Oracle.net.encryption_Client Parameter Attributes; Client Encryption Level: Oracle.net.encryption_Client - Oracle Database B10772-01 Administrator's Manual

Database
Table of Contents

Advertisement

Configuration Parameters
the code. The process leaves the original program structure intact, letting the
program run correctly while changing the names of the classes, methods, and
variables in order to hide the intended behavior. Although it is possible to
decompile and read non-obfuscated Java code, obfuscated Java code is sufficiently
difficult to decompile to satisfy U.S. government export controls.
Configuration Parameters
A properties class object containing several configuration parameters is passed to
the Oracle Advanced Security interface. This chapter lists the configuration
parameters for the following:

Client Encryption Level: ORACLE.NET.ENCRYPTION_CLIENT

This parameter defines the level of security that the client wants to negotiate with
the server.
Table 4–1 ORACLE.NET.ENCRYPTION_CLIENT Parameter Attributes
Attribute
Parameter Type
Parameter Class
Permitted Values
Default Value
Syntax
Example
4-4 Oracle Database Advanced Security Administrator's Guide
Client Encryption Level: ORACLE.NET.ENCRYPTION_CLIENT
Client Encryption Selected List: ORACLE.NET.ENCRYPTION_TYPES_CLIENT
Client Integrity Level: ORACLE.NET.CRYPTO_CHECKSUM_CLIENT
Client Integrity Selected List: ORACLE.NET.CRYPTO_CHEKSUM_TYPES_
CLIENT
Table 4–1
describes this parameter's attributes.
Description
String
Static
REJECTED; ACCEPTED; REQUESTED; REQUIRED
ACCEPTED
up.put("oracle.net.encryption_client",level)
up.put("oracle.net.encryption_client",
"REQUIRED"), where up is defined as Properties
up=new properties()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Database advanced security 10g release 1

Table of Contents