setTrustedCertificates function

Sets a file containing a list of trusted root certificates used for secure synchronization.

Syntax
void StreamHTTPSParms.setTrustedCertificates(
  String filename
) throws ULjException
Parameters
  • filename   The filename of the trusted root certificate.

Remarks

This parameter is only used on J2SE systems.

The default is null, indicating that the system default certificate store is used to validate certificate chains from the MobiLink server.