Gck.Mechanism

const Gck = imports.gi.Gck;

let mechanism = new Gck.Mechanism({
    type: value
    n_parameter: value
});
  

Represents a mechanism used with crypto operations.