Method

GckUriDatabuild

Declaration [src]

gchar*
gck_uri_data_build (
  GckUriData* uri_data,
  GckUriFlags flags
)

Description [src]

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

Parameters

flags GckUriFlags
 

The context that the URI is for.

Return value

Returns: gchar*
 

A newly allocated string containing a PKCS#11 URI.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.