KeyPassword
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the password that is used to access the individual keys in the
keystore file when TLS/SSL is enabled (EncryptionMethod=SSL) and TLS/SSL client authentication is enabled on the database
server. This property is useful when individual keys in the keystore file have a different
password than the keystore file.
Valid Values
string
where:
- string
- is a valid password.
Data Source Methods
public String getKeyPassword()
public void setKeyPassword(String)
Default
No default value
Data Type
String