KeyPassword
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the password that is used to access the individual keys in the keystore file when SSL is enabled and SSL client authentication is enabled on the server. This property is useful when individual keys in the keystore file have a different password than the keystore file.
Valid Values
key_password
where:
key_password
is a valid password.
Data Source Methods
public String getKeyPassword()
public void setKeyPassword(String)
Default Value
No default value
Data Type
String