Gck.UriData
const Gck = imports.gi.Gck;
let uriData = new Gck.UriData({
any_unrecognized: value
});
Information about the contents of a PKCS\#11 URI. Various fields may be null depending on the context that the URI was parsed for.
Since PKCS\#11 URIs represent a set which results from the intersections of all of the URI parts, if @any_recognized is set to true then usually the URI should be treated as not matching anything.