Gck.ModuleInfo

const Gck = imports.gi.Gck;

let moduleInfo = new Gck.ModuleInfo({
    pkcs11_version_major: value
    pkcs11_version_minor: value
    flags: value
    library_version_major: value
    library_version_minor: value
});
  

Holds information about the PKCS#11 module.

This structure corresponds to CK_MODULE_INFO in the PKCS\#11 standard. The strings are NULL terminated for easier use.

Use Gck.ModuleInfo.prototype.free to release this structure when done with it.