setSSLCipherSuite

 

public void setSSLCipherSuite(String cipherSuite);

Sets the CipherSuite used for SSL encryption. Set this to the CipherSuite matching the CipherSpec set on the SVRCONN channel.

Parameters

  • cipherSuite - the CipherSuite used for SSL encryption. If set to null (the default), no SSL encryption is performed.


uj28770_