Data Encryption Properties
- Last Updated: January 12, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
The following table summarizes connection properties which can be used in the implementation of SSL data encryption, including server and client authentication.
| 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. The default is determined by the settings of the JRE. |
|
Determines whether data is encrypted and decrypted when transmitted over the network between the driver and database server. If set to If set to If set to Note: Enabling SSL
EncryptionMethod=SSL and
Transport mode (TransportMode=http)
configures the driver to use HTTPS end points instead of
HTTP end points.The
default is |
|
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 ( The default is |