importCertificate
abstract fun importCertificate(options: ImportCertificateOptions, callback: (result: Double) -> Unit)(source)
Imports the certificate in pkcs12 format into the platform certificate store. callback
is called with the result
of import operation, a value of 0
indicates success while any other value indicates failure according to Chromium net_error_list.