static public method O2GTransport.setCAInfo

Brief

Sets the certificate authority for checking the certificate of the server which ForexConnect connects to (for non-Windows operating systems only).

Declaration
Java
static void  setCAInfo (String caFilePath)

Parameters
caFilePath

The path to a file with the certificate. The certificate must be in the PEM format.

Details

Setting of the certificate authority is needed only for non-Windows operating systems for ForexConnect to connect via HTTPS. This method is useless in Windows operating systems, because there is a certificate storage.

Declared in O2GTransport

back