HttpsConnection.CertificateFromStore class

Create certificate source description object for certificates from system keystore (Keystore in BB, Keychain in iOS and Android).

The certificateKey is not used on the BB platform. BB will prompt the user to select a certificate if a certificate was not already used for the server connection.

Syntax

new CertificateFromStore( CertificateKey )

Parameters

Name Type Description
CertificateKey string An unique key that will be used to locate the certificate.Not used in BB platform.

Source

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