UltraLite Database User's Guide
Synchronization for UltraLite Applications
Synchronization parameters reference
Set the UltraLite client to use Certicom encryption technology when exchanging messages with the MobiLink synchronization server.
Separately-licensable option requiredUse of Certicom technology requires that you obtain the separately-licensable SQL Anywhere Studio security option and is subject to export regulations. For more information on this option, see Welcome to SQL Anywhere Studio. |
This parameter is not used in the static Java API.
To use secure synchronization from UltraLite Java applications, choose a separate stream. For more information, see UlSecureRSASocketStream synchronization parameters and UlSecureSocketStream synchronization parameters.
The parameter is null by default, corresponding to no transport-layer security.
The security stream is specified in addition to the synchronization stream. Allowed values are as follows:
ULSecureCerticomTLSStream() Elliptic-curve transport-layer security provided by Certicom.
ULSecureRSATLSStream() RSA transport-layer security provided by Certicom.
ul_synch_info info; ... info.stream = ULSocketStream(); info.security = ULRSATLSStream();
Embedded SQL See security synchronization parameter.
Static C++ API See security synchronization parameter.
Static Java API Use a separate synchronization stream. See UlSecureRSASocketStream synchronization parameters, and UlSecureSocketStream synchronization parameters.