Gck.uri_build

function uri_build(uri_data: Gck.UriData, flags: Gck.UriFlags): String {
    // Gjs wrapper for gck_uri_build()
}
  

Build a PKCS\#11 URI. The various parts relevant to the flags specified will be used to build the URI.

uri_data

the info to build the URI from.

flags

The context that the URI is for

Returns

a newly allocated string containing a PKCS\#11 URI.