CertificateFromFile class
Create certificate source description object for certificates from a keystore file.
CertificateFromStore class
Create certificate source description object for certificates from system keystore (Keystore in BB, Keychain in iOS and Android).
generateODataHttpClient method
Generate an OData HttpClient object over https proxy of native platform. This object will re-direct all odata request to the http proxy because even with HTTP connection, there are are some known issue by default setting since the application in device is cross server accessing the odata service. See: http://datajs.codeplex.com/discussions/396112 for details of the issue. Call this method normally on HTML page load event to replace the default odata HTTP client.