HttpsConnection.CertificateFromFile class

Create certificate source description object for certificates from a keystore file.

Not supported on Blackberry platform

Syntax

new CertificateFromFile( Path, Password, CertificateKey )

Parameters

Name Type Description
Path string Path of the keystore file.For iOS client, it first tries to load the relative file path from application's Documents folder; if it fails, then tries to load the file path from application's main bundle. In addition, before trying to load the certificate from file system, iOS client first checks whether the specified certificate key already exists in the key store, if so, it just loads the existing certificate from key store, instead of loading the certificate from file system.
Password string Password of the keystore.
CertificateKey string An unique key that will be used to locate the certificate.

Source

Plugins/HttpsProxy/https-proxy.js, line 119.