Data encryption properties
- Last Updated: August 24, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
The following table summarizes connection properties which can be used to enable SSL.
| Property | Characteristic |
|---|---|
|
Specifies a cryptographic protocol or comma-separated list of cryptographic protocols that can be used when TLS/SSL is enabled using the EncryptionMethod connection property. |
|
|
Determines the level of Oracle Advanced Security data integrity used for data sent between the driver and database server. The connection fails if the database server does not have a compatible integrity algorithm. If set to If set to If set to If set to The default is |
|
|
Determines the algorithm the driver uses to protect against attacks that intercept and modify data being transmitted between the client and server when data integrity is enabled using the DataIntegrityLevel property. The default is the list of all the possible algorithms. |
|
|
Determines whether data is encrypted and decrypted when transmitted over the network between the driver and database server using Oracle Advanced Security encryption. If set to If set to If set to If set to The default is |
|
Determines whether data is encrypted and decrypted when transmitted over the network between the driver and database server. If set to If set to The
default is |
|
|
Specifies one or multiple algorithms to use if Oracle Advanced Security encryption is enabled using the EncryptionLevel connection property. |
|
Specifies a host name for certificate validation when
SSL encryption is enabled ( |
|
Specifies the password that is used to access the
individual keys in the keystore file when SSL is enabled ( |
|
Specifies the directory of the keystore file to be
used when SSL is enabled ( |
|
Specifies the password that is used to access the
keystore file when SSL is enabled ( |
|
Specifies the directory of the truststore file to be used
when SSL is enabled ( |
|
Specifies the password that is used to access the
truststore file when SSL is enabled ( |
|
Determines whether the driver validates the
certificate that is sent by the database server when SSL encryption is enabled ( If set to If set to Truststore information is specified using the TrustStore and TrustStorePassword properties or by using Java system properties. The default is |