I was trying to get the default cert DB of firefox on android using ctypes and NSS(CERT_GetDefaultCertDB
). But I was not able to open NSS on FF android. Is NSS available on FireFox on Android?
I tried the follwing:
var ds = Services.dirsvc.get("GreD", Components.interfaces.nsILocalFile);
var libName = ctypes.libraryName("nss3");
ds.append(libName);
var nsslib = ctypes.open(ds.path); // FAILS TO OPEN