|
Parameter
|
Values
|
|---|---|
|
oracle.net.encryption_client
|
One of the following:
• accepted
• rejected
• requested
• required
|
|
oracle.net.encryption_types_client
|
A bracket-enclosed, comma-separated list of any of the following supported algorithms:
• AES256
• AES192
• AES128
• 3DES168
• 3DES112
• DES56C
• DES40C
• RC4_256
• RC4_128
• RC4_40
• RC4_56
|
|
oracle.net.crypto_checksum_client
|
One of the following:
• accepted
• rejected
• requested
• required
|
|
oracle.net.crypto_checksum_types_client
|
A bracket-enclosed, comma-separated list of any of the following supported algorithms:
• MD5
• SHA1
|
mks.java.additional.31=-Doracle.net.encryption_client=REQUIRED
mks.java.additional.32=-Doracle.net.encryption_types_client="( DES40C )"
mks.java.additional.33=-Doracle.net.crypto_checksum_client=REQUESTED
mks.java.additional.34=-Doracle.net.crypto_checksum_types_client="( MD5 )"
lax.nl.java.option.additional=-XX:+UseCompressedOops -Dmks.installDir=
c:/example/PTC/RVSServer13 -Dmks.install=server -Duser.language=en
-Djava.util.Arrays.useLegacyMergeSort=true -Djdk.lang.Process.
allowAmbiguousCommands=true -Dhttps.protocols=TLSv1.2,TLSv1.3
-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3
|
|
In the LAX file, this property appears on one line. Line breaks have been added here for readability.
|
lax.nl.java.option.additional=-XX:+UseCompressedOops -Dmks.installDir=
c:/example/PTC/RVSServer13 -Dmks.install=server -Duser.language=en
-Djava.util.Arrays.useLegacyMergeSort=true -Djdk.lang.Process.
allowAmbiguousCommands=true -Dhttps.protocols=TLSv1.2,TLSv1.3
-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3 -Doracle.net.
encryption_client=REQUIRED -Doracle.net.encryption_types_
client="( DES40C )" -Doracle.net.crypto_checksum_client=REQUESTED
-Doracle.net.crypto_checksum_types_client="( MD5 )"