KeyStore
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP HANA 6.0
- Documentation
Purpose
Specifies the directory of the keystore file to be used when TLS/SSL is
enabled (EncryptionMethod=SSL) and TLS/SSL client
authentication is enabled on the database server. The keystore file contains the
certificates that the client sends to the server in response to the server’s certificate
request.
This value overrides the directory of the keystore file that is specified by the javax.net.ssl.keyStore Java system property. If this property is not specified, the keystore directory is specified by the javax.net.ssl.keyStore Java system property.
Valid Values
string
where:
- string
- is a valid directory of a keystore file.
Notes
- The keystore and truststore files can be the same file.
Data Source Methods
public String getKeyStore()
public void setKeyStore(String)
Default
No default value
Data Type
String