-Djavax.net.ssl.trustStore=C:\Certificates\MyTrustStore
-Djavax.net.ssl.trustStorePassword=myPassword
|
Encryption Methods
|
Description
|
setEncryptionMethod
|
Specifies the driver encryption method. The encryption method determines whether the driver encrypts and decrypts the data sent between the driver and the data server.
|
getEnvryptionMethod()
|
Returns the driver encryption method.
|
setValidateServerCertificate
|
Specifies whether the driver will validate the server certificate returned by the database server.
|
getValidateServerCertificate ()
|
Returns whether the driver will validate the server certificate returned by the database server.
|
setHostNameCertificate
|
Specifies the name the driver will use to compare with the certificate common name returned by the database server during SSL session establishment.
|
getHostNameCertificate
|
Returns the name the driver will use to compare with the certificate common name returned by the database server.
|
setTrustStore
|
Specifies the full path to the trust store file which contains the certificate authorities trusted by the driver.
|
getTrustStore ()
|
Returns the path to the trust store.
|
setTrustStorePassword
|
Specifies the password used to gain access to the trust store.
|
getTrustStorePassword
|
Returns the trust store password.
|