EncryptionMethod
- Last Updated: November 8, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Determines whether data is encrypted and decrypted when transmitted over the network between the driver and REST service.
Valid Values
NoEncryption | SSL
Behavior
If set to SSL, data is encrypted using SSL. If the endpoint does not support SSL, the connection fails and the driver throws an exception.
If set to noEncryption, data is not encrypted or decrypted.
Data Source Methods
public String getEncryptionMethod()
public void setEncryptionMethod(String)
Default Value
-
SSL encryption is enabled when the URL specified in the Sample property or Model file uses HTTPS, regardless of the setting of EncryptionMethod.
-
When SSL is enabled, the following properties also apply:
- CryptoProtocolVersion
- HostNameInCertificate
- KeyPassword (for SSL client authentication)
- KeyStore (for SSL client authentication)
- KeyStorePassword (for SSL client authentication)
- TrustStore
- TrustStorePassword
- ValidateServerCertificate
Data Type
String