TrustStorePassword
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the password that is used to access the truststore file when TLS/SSL is enabled using the EncryptionMethod property and server authentication is used. The truststore file contains a list of the Certificate Authorities (CAs) that the client trusts.
Valid Values
string
where:
- string
- is a valid password for the truststore file.
Data Source Methods
public String getTrustStorePassword()
public void
setTrustStorePassword(String)
Default
No default value
Notes
- This value overrides the password of the truststore file that is
specified by the
javax.net.ssl.trustStorePasswordJava system property. If this property is not specified, the truststore password is specified by thejavax.net.ssl.trustStorePasswordJava system property. - This property is ignored if
ValidateServerCertificate=false.
Data Type
String