KeyPassword
- Last Updated: July 18, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the password that is used to access the individual keys in the keystore file when SSL is enabled (EncryptionMethod=SSL) and 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